ComponentOne FinancialChart for WPF
C1.WPF.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
     
    
    Public Property Binding As String
    'Usage
     
    
    Dim instance As Axis
    Dim value As String
     
    instance.Binding = value
     
    value = instance.Binding
    public string Binding {get; set;}
    public:
    property String^ Binding {
       String^ get();
       void set (    String^ value);
    }
    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