corelibraries-devexpress-dot-xtracharts-dot-pivotgridseriespointsexcludedeventargs.md
Gets an auto-created series, for obtaining both its actual and total number of points.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public Series Series { get; }
Public ReadOnly Property Series As Series
| Type | Description |
|---|---|
| Series |
A Series object, representing an auto-created series.
|
When the PivotGridDataSourceOptions.MaxAllowedPointCountInSeries property is set to a value other than 0 , the number of points in auto-created series of the associated chart is limited by that value.
Use the Series property, to access an auto-created series at runtime, in the ChartControl.PivotGridSeriesPointsExcluded (or, WebChartControl.PivotGridSeriesPointsExcluded) event handler.
And, to obtain both the current and total number of points in the series, use the PivotGridSeriesPointsExcludedEventArgs.ActualSeriesPointCount and PivotGridSeriesPointsExcludedEventArgs.AvailableSeriesPointCount properties.
For more information, see Pivot Charting (Integration with a Pivot Grid Control).
See Also
Integrate the WinForms Chart with the Pivot Grid Control
PivotGridSeriesPointsExcludedEventArgs Class