Skip to main content
A newer version of this page is available. .

PivotGridOptionsChartDataSource Fields

Contains options controlling the display of the PivotGrid’s data in a ChartControl.
Name Description
DefaultMaxAllowedPointCountInSeries static

The default maximum allowed number of points in a series.

Return value: 0 (no limit).

Inherited from PivotGridOptionsChartDataSourceBase.
DefaultMaxAllowedSeriesCount static

The default maximum allowed number of series in the chart data source.

Return value: 0 (no limit).

Inherited from PivotGridOptionsChartDataSourceBase.
DefaultUpdateDelay

The default delay between changing the cell focus or selection, and updating the bound Chart control, in milliseconds.

Return value: 500

See Also