Back to Devexpress

PivotGridSeriesPointsExcludedEventArgs.ActualSeriesPointCount Property

corelibraries-devexpress-dot-xtracharts-dot-pivotgridseriespointsexcludedeventargs-1776386e.md

latest3.1 KB
Original Source

PivotGridSeriesPointsExcludedEventArgs.ActualSeriesPointCount Property

Specifies the actual number of points in a series of 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 ActualSeriesPointCount { get; }
vb
Public ReadOnly Property ActualSeriesPointCount As Integer

Property Value

TypeDescription
Int32

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

|

Remarks

Use the ActualSeriesPointCount and PivotGridSeriesPointsExcludedEventArgs.AvailableSeriesPointCount properties to obtain both the actual and available number of points in a series, when they are limited by the PivotGridDataSourceOptions.MaxAllowedPointCountInSeries property.

To obtain information about the series limited by the PivotGridDataSourceOptions.MaxAllowedSeriesCount property, use the PivotGridSeriesExcludedEventArgs.ActualSeriesCount and PivotGridSeriesExcludedEventArgs.AvailableSeriesCount properties.

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

See Also

AvailableSeriesPointCount

MaxAllowedPointCountInSeries

Integrate the WinForms Chart with the Pivot Grid Control

PivotGridSeriesPointsExcludedEventArgs Class

PivotGridSeriesPointsExcludedEventArgs Members

DevExpress.XtraCharts Namespace