[]
The SeriesGrouping element defines a Series level for a chart SeriesGrouping. The labels for the series are displayed in the legend.
public sealed class SeriesGrouping : ReportComponent, IReportComponent, IComponent, IDisposable, IValidateable
A SeriesGrouping must have a defined DynamicSeries, a defined StaticSeries, or both.
Name | Description |
---|---|
SeriesGrouping() | Initializes a new instance of the SeriesGrouping class. |
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. |
Name | Description |
---|---|
Validate(ValidationContext) | Validates the information in each property of the SeriesGrouping object. |