ComponentOne FlexChart for WinForms
Binding Property (FlexChart)


C1.Win.Chart Namespace > FlexChart Class : Binding Property
Gets or sets the name of the property that contains Y values for the series.
Syntax
'Declaration
 
Public Property Binding As String
'Usage
 
Dim instance As FlexChart
Dim value As String
 
instance.Binding = value
 
value = instance.Binding
public string Binding {get; set;}
Remarks
For complex chart types it may contain several names separated by commas.
See Also

Reference

FlexChart Class
FlexChart Members