ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / C1FlexChart Class / BindingX Property



In This Topic
    BindingX Property (C1FlexChart)
    In This Topic
    Gets or sets the name of the property that contains X values for the series.
    Syntax
    'Declaration
     
    
    Public Property BindingX As String
    'Usage
     
    
    Dim instance As C1FlexChart
    Dim value As String
     
    instance.BindingX = value
     
    value = instance.BindingX
    public string BindingX {get; set;}
    public:
    property String^ BindingX {
       String^ get();
       void set (    String^ value);
    }
    See Also