ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IChart Interface / CategoryAxis Property

In This Topic
    CategoryAxis Property (IChart)
    In This Topic
    Gets the chart category axis.
    Syntax
    'Declaration
     
    ReadOnly Property CategoryAxis As IAxis
    IAxis CategoryAxis {get;}

    Property Value

    An IAxis specifying the category axis of the chart.
    See Also