Back to Devexpress

PivotGridOptionsChartDataSourceBase.MaxAllowedPointCountInSeries Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotgridoptionschartdatasourcebase-d799be9d.md

latest2.0 KB
Original Source

PivotGridOptionsChartDataSourceBase.MaxAllowedPointCountInSeries Property

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

Namespace : DevExpress.XtraPivotGrid.Data

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

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

Declaration

csharp
[DefaultValue(100)]
public virtual int MaxAllowedPointCountInSeries { get; set; }
vb
<DefaultValue(100)>
Public Overridable Property MaxAllowedPointCountInSeries As Integer

Property Value

TypeDefaultDescription
Int32100

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

MaxAllowedSeriesCount

PivotGridOptionsChartDataSourceBase Class

PivotGridOptionsChartDataSourceBase Members

DevExpress.XtraPivotGrid.Data Namespace