ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Chart Class / CategoryGroupings Property

In This Topic
    CategoryGroupings Property
    In This Topic
    Gets the set of category groupings for the chart.
    Syntax
    'Declaration
     
    Public ReadOnly Property CategoryGroupings As CategoryGroupingCollection
    public CategoryGroupingCollection CategoryGroupings {get;}

    Property Value

    A CategoryGroupingCollection indicating the set of category groupings for the chart.
    See Also