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



In This Topic
    AxisX Property (C1FlexChart)
    In This Topic
    Gets or sets the main chart x-axis.
    Syntax
    'Declaration
     
    
    Public Property AxisX As Axis
    'Usage
     
    
    Dim instance As C1FlexChart
    Dim value As Axis
     
    instance.AxisX = value
     
    value = instance.AxisX
    public Axis AxisX {get; set;}
    public:
    property Axis^ AxisX {
       Axis^ get();
       void set (    Axis^ value);
    }
    See Also