ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / AxisBase Class / AxisType Property

In This Topic
    AxisType Property
    In This Topic
    Gets or sets the axis type.
    Syntax
    'Declaration
     
    Public Property AxisType As AxisType
    public AxisType AxisType {get; set;}

    Property Value

    A valid AxisType enumeration value, either numerical or categorical.
    See Also