[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.SeriesGrouping

SeriesGrouping Class

The SeriesGrouping element defines a Series level for a chart SeriesGrouping. The labels for the series are displayed in the legend.

Inheritance
SeriesGrouping
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class SeriesGrouping : ReportComponent, IReportComponent, IComponent, IDisposable, IValidateable
Remarks

A SeriesGrouping must have a defined DynamicSeries, a defined StaticSeries, or both.

Constructors

Name Description
SeriesGrouping()

Initializes a new instance of the SeriesGrouping class.

Properties

Name Description
DynamicSeries

Gets the dynamic series headings for the grouping.

StaticSeries

Gets the static series headings for the grouping.

Style

Gets or sets the border and background style properties for the series legend items(s) and data points in the series.

Methods

Name Description
Validate(ValidationContext)

Validates the information in each property of the SeriesGrouping object.

Extension Methods