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