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

PivotGridOptionsChartDataSourceBase.MaxAllowedPointCountInSeries Property

Gets or sets the maximum number of points allowed in a series.

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

[DefaultValue(100)]
public virtual int MaxAllowedPointCountInSeries { get; set; }

Property Value

Type Default Description
Int32 100

An integer value that specifies the maximum number of points allowed in a series; 0 for no limit.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to MaxAllowedPointCountInSeries
WinForms Controls PivotGridControl
.OptionsChartDataSource.MaxAllowedPointCountInSeries
ASP.NET Controls and MVC Extensions ASPxPivotGrid
.OptionsChartDataSource.MaxAllowedPointCountInSeries
MVCxPivotGrid
.OptionsChartDataSource.MaxAllowedPointCountInSeries
PivotGridSettings
.OptionsChartDataSource.MaxAllowedPointCountInSeries
Reporting XRPivotGrid
.OptionsChartDataSource.MaxAllowedPointCountInSeries

Remarks

The maximum number of series allowed in the chart data source is specified by the PivotGridOptionsChartDataSourceBase.MaxAllowedSeriesCount property.

See Also