C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartSeries Class / Binding Property


In This Topic
Binding Property (ChartSeries)
In This Topic
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 ChartSeries
Dim value As String
 
instance.Binding = value
 
value = instance.Binding
Remarks
For complex chart types it may contain several names separated by commas.
See Also