Back to Devexpress

PivotGridOptionsChartDataSourceBase.MaxAllowedSeriesCount Property

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

latest2.0 KB
Original Source

PivotGridOptionsChartDataSourceBase.MaxAllowedSeriesCount Property

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

Namespace : DevExpress.XtraPivotGrid.Data

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

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

Declaration

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

Property Value

TypeDefaultDescription
Int3210

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

MaxAllowedPointCountInSeries

PivotGridOptionsChartDataSourceBase Class

PivotGridOptionsChartDataSourceBase Members

DevExpress.XtraPivotGrid.Data Namespace