Back to Devexpress

XRChart.PivotGridDataSourceOptions Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrchart-8d0d1807.md

latest2.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatData)]
public PivotGridDataSourceOptions PivotGridDataSourceOptions { get; }
vb
<SRCategory(ReportStringId.CatData)>
Public ReadOnly Property PivotGridDataSourceOptions As PivotGridDataSourceOptions

Property Value

TypeDescription
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

AutoBindingSettingsEnabled

AutoLayoutSettingsEnabled

Link a Chart and a Pivot Grid

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace