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

In This Topic
    AxisType Property (Axis)
    In This Topic
    Gets or sets the axis type.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.AxisType", "Gets or sets the axis type.")>
    Public Overridable ReadOnly Property AxisType As AxisType
    [C1Description("Axis.AxisType", "Gets or sets the axis type.")]
    public virtual AxisType AxisType {get;}
    See Also