BindingName Property (FlexPie)
In This Topic
Gets or sets the name of the property that contains label for the pie slices and legend.
Syntax
'Declaration
<C1CategoryAttribute("Data")>
<C1DescriptionAttribute("FlexPie.BindingName", "Gets or sets the name of the property that contains label for the pie slices and legend.")>
<DefaultValueAttribute("")>
Public Property BindingName As String
[C1Category("Data")]
[C1Description("FlexPie.BindingName", "Gets or sets the name of the property that contains label for the pie slices and legend.")]
[DefaultValue("")]
public string BindingName {get; set;}
See Also