ComponentOne FlexChart for WPF
Binding Property (Axis)

C1.WPF.FlexChart.4 Assembly > C1.WPF.Chart Namespace > Axis Class : Binding Property
Gets or sets the comma-separated property names for the DataSource property to use in axis labels.
Syntax
'Declaration
 
Public Property Binding As System.String
public System.string Binding {get; set;}
Remarks
The first name specifies the value on the axis, the second represents the corresponding axis label.The default value is "Value,Text".
See Also

Reference

Axis Class
Axis Members