2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart.DataBinding Namespace / DataBindingForm Class / DataBindingForm Constructor
The chart to which the form belongs.
The data sources array.

In This Topic
    DataBindingForm Constructor
    In This Topic
    Creates chart data binding form.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal chart As C1Chart, _
       ByVal dataSources() As System.Object _
    )
    public DataBindingForm( 
       C1Chart chart,
       System.object[] dataSources
    )

    Parameters

    chart
    The chart to which the form belongs.
    dataSources
    The data sources array.
    See Also