PivotGridSeriesPointsExcludedEventArgs Properties
Provides data for the ChartControl.PivotGridSeriesPointsExcluded (WebChartControl.PivotGridSeriesPointsExcluded) event.Name | Description |
---|---|
ActualSeriesPointCount | Specifies the actual number of points in a series of a Chart that is associated with a Pivot Grid. |
AvailableSeriesPointCount | Specifies the available number of points in a series of a Chart that is associated with a Pivot Grid. |
Series | Gets an auto-created series, for obtaining both its actual and total number of points. |
See Also