Skip to main content
A newer version of this page is available. .

XRChart.PivotGridDataSourceOptions Property

Provides access to the layout settings of a Chart that is linked with a Pivot Grid.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatData)]
public PivotGridDataSourceOptions PivotGridDataSourceOptions { get; }

Property Value

Type Description
PivotGridDataSourceOptions

A PivotGridDataSourceOptions object, storing the Pivot Chart settings.

Remarks

After assigning an XRPivotGrid instance to the XRChart.DataSource property of a Chart, the XRChart.AutoBindingSettingsEnabled and XRChart.AutoLayoutSettingsEnabled options determine the settings that are automatically applied to the Chart. These settings are returned by the PivotGridDataSourceOptions property.

To learn about linking report controls, see the Link a Chart and a Pivot Grid topic.

To learn about the settings that are provided by the PivotGridDataSourceOptions property, see the Pivot Charting in WinForms topic.

See Also