Skip to main content
A newer version of this page is available. .

PivotGridOptionsChartDataSourceBase.MaxAllowedSeriesCount Property

Gets or sets the maximum number of series allowed in the chart data source.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

[DefaultValue(10)]
[XtraSerializableProperty]
public virtual int MaxAllowedSeriesCount { get; set; }

Property Value

Type Default Description
Int32 10

An integer value that specifies the maximum number of series allowed in the chart data source; 0 for no limit.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to MaxAllowedSeriesCount
WinForms Controls PivotGridControl
.OptionsChartDataSource.MaxAllowedSeriesCount
Reporting XRPivotGrid
.OptionsChartDataSource.MaxAllowedSeriesCount
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsChartDataSource.MaxAllowedSeriesCount
MVCxPivotGrid
.OptionsChartDataSource.MaxAllowedSeriesCount
PivotGridSettings
.OptionsChartDataSource.MaxAllowedSeriesCount

Remarks

Use the PivotGridOptionsChartDataSourceBase.MaxAllowedPointCountInSeries property to specify the maximum number of points allowed in a series.

See Also