ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CategoryGrouping Class
Members

In This Topic
    CategoryGrouping Class
    In This Topic
    The CategoryGrouping element defines the category level for a Chart. The labels for the categories are displayed along the category axis.
    Object Model
    CategoryGrouping Class
    Syntax
    'Declaration
     
    Public NotInheritable Class CategoryGrouping 
       Inherits ReportComponent
       Implements IReportComponentIValidateable 
    public sealed class CategoryGrouping : ReportComponent, IReportComponentIValidateable  
    Remarks
    A CategoryGrouping object must have either a defined DynamicCategories or a defined StaticCategories property, but not both.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             GrapeCity.ActiveReports.PageReportModel.ReportComponent
                GrapeCity.ActiveReports.PageReportModel.CategoryGrouping

    See Also