Back to Devexpress

PivotGridSeriesExcludedEventArgs.ActualSeriesCount Property

corelibraries-devexpress-dot-xtracharts-dot-pivotgridseriesexcludedeventargs.md

latest3.0 KB
Original Source

PivotGridSeriesExcludedEventArgs.ActualSeriesCount Property

Specifies the actual number of series as they appear in a Chart that is associated with a Pivot Grid.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public int ActualSeriesCount { get; }
vb
Public ReadOnly Property ActualSeriesCount As Integer

Property Value

TypeDescription
Int32

An integer value, specifying the actual number of series in the Chart.

|

Remarks

Use the ActualSeriesCount and PivotGridSeriesExcludedEventArgs.AvailableSeriesCount properties to obtain both the actual and available number of series, when they are limited by the PivotGridDataSourceOptions.MaxAllowedSeriesCount property.

To obtain information about the series points limited by the PivotGridDataSourceOptions.MaxAllowedPointCountInSeries property, use the PivotGridSeriesPointsExcludedEventArgs.ActualSeriesPointCount and PivotGridSeriesPointsExcludedEventArgs.AvailableSeriesPointCount properties.

For more information, see Pivot Charting (Integration with a Pivot Grid Control).

See Also

AvailableSeriesCount

MaxAllowedSeriesCount

Integrate the WinForms Chart with the Pivot Grid Control

PivotGridSeriesExcludedEventArgs Class

PivotGridSeriesExcludedEventArgs Members

DevExpress.XtraCharts Namespace