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

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[EditorAttribute(typeof(C1DataMemberFieldEditor), typeof(UITypeEditor))]
public string DataField { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<EditorAttribute(GetType(C1DataMemberFieldEditor), GetType(UITypeEditor))> _
Public Property DataField As String
	Get
	Set

Remarks

The data field name must exist in the DataSource.

See Also