Back to Devexpress

PivotGridOptionsChartDataSource Members

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionschartdatasource-dot-underscore-members.md

latest13.7 KB
Original Source

PivotGridOptionsChartDataSource Members

Contains options controlling the display of the PivotGrid’s data in a ChartControl.

Constructors

NameDescription
PivotGridOptionsChartDataSource(PivotGridData)Initializes a new instance of the PivotGridOptionsChartDataSource class.

Fields

NameDescription
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

|

Properties

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

Methods

NameDescription
Assign(BaseOptions)Copies all settings from the options object passed as the parameter to the current object. Inherited from PivotGridOptionsChartDataSourceBase.
BeginUpdate()Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate()Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate()Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Reset()Resets all options to their default values. Inherited from BaseOptions.
ShouldSerialize()Tests whether the PivotGridOptionsBase object should be persisted. Inherited from PivotGridOptionsBase.
ToString()Returns a string representing the currently enabled options. Inherited from BaseOptions.

Events

NameDescription
OptionsChangedFor internal use. Inherited from PivotGridOptionsBase.

See Also

PivotGridOptionsChartDataSource Class

DevExpress.XtraPivotGrid Namespace