Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.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 AutoBindingSettingsEnabled and 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