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