Back to Devexpress

PivotGridSeriesPointsExcludedEventArgs.AvailableSeriesPointCount Property

corelibraries-devexpress-dot-xtracharts-dot-pivotgridseriespointsexcludedeventargs-7590e564.md

latest3.1 KB
Original Source

PivotGridSeriesPointsExcludedEventArgs.AvailableSeriesPointCount Property

Specifies the available 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 AvailableSeriesPointCount { get; }
vb
Public ReadOnly Property AvailableSeriesPointCount As Integer

Property Value

TypeDescription
Int32

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

|

Remarks

Use the PivotGridSeriesPointsExcludedEventArgs.ActualSeriesPointCount and 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

ActualSeriesPointCount

MaxAllowedPointCountInSeries

Integrate the WinForms Chart with the Pivot Grid Control

PivotGridSeriesPointsExcludedEventArgs Class

PivotGridSeriesPointsExcludedEventArgs Members

DevExpress.XtraCharts Namespace