Skip to main content

PivotGridOptionsChartDataSourceBase.MaxAllowedPointCountInSeries Property

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

Namespace: DevExpress.XtraPivotGrid.Data

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

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

Declaration

[XtraSerializableProperty]
public virtual int MaxAllowedPointCountInSeries { get; set; }

Property Value

Type Description
Int32

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

Remarks

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

See Also