2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataArray Class / DataField Property

In This Topic
    DataField Property
    In This Topic
    Gets or sets the data field name that is bound to the ChartDataArray.
    Syntax
    'Declaration
     
    Public Property DataField As System.String
    public System.string DataField {get; set;}
    Remarks
    The data field name must exist in the DataSource.
    See Also