ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartDataArray.DataField Property

Gets or sets the data field name that is bound to the ChartDataArray.

[Visual Basic]

Public Property DataField As String

[C#]

public string DataField {get;set;}

[Delphi]

public property DataField: String read get_DataField write set_DataField;

Remarks

The data field name must exist in the DataSource.

See Also

ChartDataArray Class | ChartDataArray Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.