Gets or sets the name of the property of the data item that contains the chart value.
Syntax
'Declaration
Public Property Binding As String
'Usage
Dim instance As TreeMap
Dim value As String
instance.Binding = value
value = instance.Binding
public string Binding {get; set;}
See Also