Back to Devexpress

PivotGridDataSourceOptions Members

corelibraries-devexpress-dot-xtracharts-dot-pivotgriddatasourceoptions-dot-underscore-members.md

latest9.2 KB
Original Source

PivotGridDataSourceOptions Members

Provides options that determine the behavior of a Chart bound to a Pivot Grid.

Properties

NameDescription
AutoBindingSettingsEnabledSpecifies whether or not the chart’s data binding is automatically adjusted during the creation of a Pivot Chart.
AutoLayoutSettingsEnabledSpecifies whether or not the chart’s layout is automatically adjusted during the creation of a Pivot Chart.
MaxAllowedPointCountInSeriesLimits the number of incoming points in a Chart’s series that are auto-created, based on the associated Pivot Grid.
MaxAllowedSeriesCountLimits the number of a Chart’s series that are auto-created, based on the associated Pivot Grid.
RetrieveColumnCustomTotalsSpecifies whether or not column custom totals should be passed to a Chart from its associated Pivot Grid.
RetrieveColumnGrandTotalsSpecifies whether or not column grand totals should be passed to a Chart from its associated Pivot Grid.
RetrieveColumnTotalsSpecifies whether or not column totals should be passed to a Chart from its associated Pivot Grid.
RetrieveDataByColumnsSpecifies whether or not a Chart’s series are created based on columns or rows of its associated Pivot Grid.
RetrieveEmptyCellsSpecifies whether or not empty cells should be passed to a Chart from its associated Pivot Grid.
RetrieveRowCustomTotalsSpecifies whether or not row custom totals should be passed to a Chart from its associated Pivot Grid.
RetrieveRowGrandTotalsSpecifies whether or not row grand totals should be passed to a Chart from its associated Pivot Grid.
RetrieveRowTotalsSpecifies whether or not row totals should be passed to a Chart from its associated Pivot Grid.
SelectionOnlySpecifies whether or not only the currently selected cells of a Pivot Grid are reflected in its associated Chart.
SinglePageOnlySpecifies whether or not only the data from the Pivot Grid’s current page is passed to the associated Chart.
TagGets or sets the object that contains data related to the chart element. Inherited from ChartElement.
UpdateDelaySpecifies the delay (in milliseconds) that occurs before passing the changes made in a Pivot Grid to its associated Chart.

Methods

NameDescription
Assign(ChartElement)Copies all the settings from the PivotGridDataSourceOptions object passed as the parameter.
Clone()Creates a copy of the current ChartElement object. Inherited from ChartElement.
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.
ShouldSerializeAutoBindingSettingsEnabled()This member supports the internal infrastructure and is not intended to be used directly from your code.
ShouldSerializeAutoLayoutSettingsEnabled()This member supports the internal infrastructure and is not intended to be used directly from your code.
ToString()Returns the textual representation of the chart element. Inherited from ChartElement.

See Also

PivotGridDataSourceOptions Class

DevExpress.XtraCharts Namespace