PivotGridOptionsChartDataSource Properties
Contains options controlling the display of the PivotGrid’s data in a ChartControl.| Name | Description |
|---|---|
| AutoTransposeChart | Gets or sets whether a bound chart control should be transposed if the number of series exceeds the number of argument values. Inherited from PivotGridOptionsChartDataSourceBase. |
| DataProvideMode | Gets or sets what data the pivot grid should pass to a bound chart control. Inherited from PivotGridOptionsChartDataSourceBase. |
| DataProvidePriority | Gets or sets whether the pivot grid should pass columns or rows to a bound chart control when it is impossible to find the lowest-level data. Inherited from PivotGridOptionsChartDataSourceBase. |
| FieldValuesProvideMode | Gets or sets how field values are passed to the chart control. Inherited from PivotGridOptionsChartDataSourceBase. |
| MaxAllowedPointCountInSeries | Gets or sets the maximum number of points allowed in a series. Inherited from PivotGridOptionsChartDataSourceBase. |
| MaxAllowedSeriesCount | Gets or sets the maximum number of series allowed in the chart data source. Inherited from PivotGridOptionsChartDataSourceBase. |
| ProvideCellValuesAsType | Gets or sets the type to which cell values are converted, before they are exported to the Chart Control. Inherited from PivotGridOptionsChartDataSourceBase. |
| ProvideColumnCustomTotals | Gets or sets whether column custom totals should be passed to a chart control. Inherited from PivotGridOptionsChartDataSourceBase. |
| ProvideColumnFieldValuesAsType | Gets or sets the type to which the column field values are converted before they are exported to the chart control. Inherited from PivotGridOptionsChartDataSourceBase. |
| ProvideColumnGrandTotals | Gets or sets whether column grand totals are passed to a chart control. Inherited from PivotGridOptionsChartDataSourceBase. |
| ProvideColumnTotals | Gets or sets whether column totals are passed to a chart control. Inherited from PivotGridOptionsChartDataSourceBase. |
| ProvideDataByColumns | Gets or sets whether series in a chart control are created for PivotGrid columns or rows. Inherited from PivotGridOptionsChartDataSourceBase. |
| ProvideDataFieldsOnSeries | For internal use. Inherited from PivotGridOptionsChartDataSourceBase. |
| ProvideEmptyCells | Gets or sets whether empty cells should be processed by the Chart control. Inherited from PivotGridOptionsChartDataSourceBase. |
| ProvideRowCustomTotals | Gets or sets whether row custom totals should be displayed in a chart control. Inherited from PivotGridOptionsChartDataSourceBase. |
| ProvideRowFieldValuesAsType | Gets or sets the type to which the row field values are converted, before they are exported to the chart control. Inherited from PivotGridOptionsChartDataSourceBase. |
| ProvideRowGrandTotals | Gets or sets whether row grand totals are passed to a chart control. Inherited from PivotGridOptionsChartDataSourceBase. |
| ProvideRowTotals | Gets or sets whether row totals are passed to a chart control. Inherited from PivotGridOptionsChartDataSourceBase. |
| SelectionOnly | Gets or sets whether a chart control must display selected cells or all the data of the PivotGrid control. |
| ShouldRemoveTotals | Gets whether any PivotGrid total should not be displayed within a chart control. Inherited from PivotGridOptionsChartDataSourceBase. |
| UpdateDelay | Gets or sets the delay between changing the cell focus or selection, and updating the bound Chart control. |
See Also