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