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