ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Axis Class / AxisType Property



In This Topic
    AxisType Property (Axis)
    In This Topic
    Gets the axis type.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property AxisType As AxisType
    'Usage
     
    
    Dim instance As Axis
    Dim value As AxisType
     
    value = instance.AxisType
    public virtual AxisType AxisType {get;}
    public:
    virtual property AxisType AxisType {
       AxisType get();
    }
    See Also