[]
The CategoryGrouping element defines the category level for a Chart. The labels for the categories are displayed along the category axis.
public sealed class CategoryGrouping : ReportComponent, IReportComponent, IComponent, IDisposable, IValidateable
A CategoryGrouping object must have either a defined DynamicCategories or a defined StaticCategories property, but not both.
| Name | Description |
|---|---|
| CategoryGrouping() | Initializes a new instance of the CategoryGrouping class. |
| Name | Description |
|---|---|
| DynamicCategories | Gets the dynamic category headings for the grouping. |
| StaticCategories | Gets the static category headings for the grouping. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the information in each property of the CategoryGrouping object. |