Skip to main content

PivotGridOptionsChartDataSourceBase.MaxAllowedSeriesCount Property

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

Namespace: DevExpress.XtraPivotGrid.Data

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue(10)]
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.

Remarks

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

See Also