[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DynamicCategoriesSeries

DynamicCategoriesSeries Class

Defines a Series level that repeats with each Series group in the rowset of the chart.

Inheritance
DynamicCategoriesSeries
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class DynamicCategoriesSeries : IValidateable

Constructors

Name Description
DynamicCategoriesSeries()

Initializes a new instance of the DynamicCategoriesSeries class.

Properties

Name Description
Grouping

Gets or sets the expressions by which to group the data.

Label

Gets the label displayed on the legend.

Sorting

Gets the expression by which to sort the columns or data.

Methods

Name Description
Validate(ValidationContext)

Validates the information in each property of the DynamicCategoriesSeries object.

Extension Methods