Back to Devexpress

PivotGridOptionsChartDataSourceBase Properties

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotgridoptionschartdatasourcebase-dot-underscore-properties.md

latest5.3 KB
Original Source

PivotGridOptionsChartDataSourceBase Properties

The base class for classes that provide options controlling the display of the PivotGrid’s data in a chart control.

NameDescription
AutoTransposeChartGets or sets whether a bound chart control should be transposed if the number of series exceeds the number of argument values.
DataProvideModeGets or sets what data the pivot grid should pass to a bound chart control.
DataProvidePriorityGets 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.
FieldValuesProvideModeGets or sets how field values are passed to the chart control.
MaxAllowedPointCountInSeriesGets or sets the maximum number of points allowed in a series.
MaxAllowedSeriesCountGets or sets the maximum number of series allowed in the chart data source.
ProvideCellValuesAsTypeGets or sets the type to which cell values are converted, before they are exported to the Chart Control.
ProvideColumnCustomTotalsGets or sets whether column custom totals should be passed to a chart control.
ProvideColumnFieldValuesAsTypeGets or sets the type to which the column field values are converted before they are exported to the chart control.
ProvideColumnGrandTotalsGets or sets whether column grand totals are passed to a chart control.
ProvideColumnTotalsGets or sets whether column totals are passed to a chart control.
ProvideDataByColumnsGets or sets whether series in a chart control are created for PivotGrid columns or rows.
ProvideDataFieldsOnSeriesFor internal use.
ProvideEmptyCellsGets or sets whether empty cells should be processed by the Chart control.
ProvideRowCustomTotalsGets or sets whether row custom totals should be displayed in a chart control.
ProvideRowFieldValuesAsTypeGets or sets the type to which the row field values are converted, before they are exported to the chart control.
ProvideRowGrandTotalsGets or sets whether row grand totals are passed to a chart control.
ProvideRowTotalsGets or sets whether row totals are passed to a chart control.
ShouldRemoveTotalsGets whether any PivotGrid total should not be displayed within a chart control.

See Also

PivotGridOptionsChartDataSourceBase Class

PivotGridOptionsChartDataSourceBase Members

DevExpress.XtraPivotGrid.Data Namespace