ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Chart Class / CategoryAxis Property

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

    Property Value

    A ValueCategoryAxisrepresenting the chart's category axis.
    See Also