ComponentOne FinancialChart for WinForms
Binding Property (Series)

C1.Win.Chart Namespace > Series Class : Binding Property
Gets or sets the name of the property that contains Y values for the series.
Syntax
'Declaration
 
<CategoryAttribute("Data")>
<DefaultValueAttribute()>
Public Property Binding As String
[Category("Data")]
[DefaultValue()]
public string Binding {get; set;}
Remarks
For complex chart types it may contain several names separated by commas.
See Also

Reference

Series Class
Series Members