ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Series Class / BindingX Property

In This Topic
    BindingX Property (Series)
    In This Topic
    Gets or sets the name of the property that contains X values for the series.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Data")>
    <DefaultValueAttribute("")>
    <C1DescriptionAttribute("Series.BindingX", "Gets or sets the name of the property that contains X values for the series.")>
    Public Property BindingX As String
    [C1Category("Data")]
    [DefaultValue("")]
    [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