Gets or sets the name of the property that contains Y values for the series.
Syntax
'Declaration
<CategoryAttribute("Data")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing", EditorTypeName="System.Windows.Forms.Design.DataMemberListEditor, System.Design")>
<DefaultValueAttribute()>
Public Property Binding As String
[Category("Data")]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing", EditorTypeName="System.Windows.Forms.Design.DataMemberListEditor, System.Design")]
[DefaultValue()]
public string Binding {get; set;}
See Also