Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartControl.PivotGridDataSourceOptions Property

Provides access to the settings that determine the Chart’s behavior after it has bridged with a Pivot Grid.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.UI.dll

NuGet Package: DevExpress.Win.Charts

#Declaration

public PivotGridDataSourceOptions PivotGridDataSourceOptions { get; }

#Property Value

Type Description
PivotGridDataSourceOptions

A PivotGridDataSourceOptions object, storing the Pivot Chart settings.

#Remarks

After assigning a PivotGridControl instance to a chart’s ChartControl.DataSource property, the PivotGridDataSourceOptions property is available.

This member provides access to the PivotGridDataSourceOptions.AutoBindingSettingsEnabled and PivotGridDataSourceOptions.AutoLayoutSettingsEnabled properties that control the Pivot Chart’s automatic settings, and other options that define various aspects of the Pivot Chart bridged pair.

For more information, see Pivot Charting (Integration with a Pivot Grid Control).

See Also