Gets or sets the comma-separated property names for the DataSource property to use in axis labels.
Syntax
'Declaration
Public Property Binding As String
'Usage
Dim instance As Axis
Dim value As String
instance.Binding = value
value = instance.Binding
public string Binding {get; set;}
See Also