ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / Binding Property

In This Topic
    Binding Property (Axis)
    In This Topic
    Gets or sets the comma-separated property names for the DataSource property to use in axis labels.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.Binding", "Gets or sets the comma-separated property names for the DataSource property to use in axis labels.")>
    <DefaultValueAttribute("Value,Text")>
    Public Property Binding As String
    [C1Description("Axis.Binding", "Gets or sets the comma-separated property names for the DataSource property to use in axis labels.")]
    [DefaultValue("Value,Text")]
    public string Binding {get; set;}
    Remarks
    The first name specifies the value on the axis, the second represents the corresponding axis label.The default value is "Value,Text".
    See Also