Gets or sets the name of the property that contains numeric values for the pie slices.
Syntax
'Declaration
Public Property Binding As String
'Usage
Dim instance As FlexPie
Dim value As String
instance.Binding = value
value = instance.Binding
public string Binding {get; set;}
See Also