Specifies the available number of points in a series of a Chart that is associated with a Pivot Grid.
public int AvailableSeriesPointCount { get; }
Public ReadOnly Property AvailableSeriesPointCount As Integer
Use the 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).