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