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