Back to Devexpress

Link a Chart and a Pivot Grid

xtrareports-14320-feature-guide-to-devexpress-reports-use-report-controls-use-charts-link-a-chart-and-a-pivot-grid.md

latest1.4 KB
Original Source

Link a Chart and a Pivot Grid

  • Feb 18, 2026

To link the Chart and Pivot Grid controls, assign the XRPivotGrid instance to the chart’s XRChart.DataSource property.

The Pivot Grid’s settings are automatically assigned to the Chart’s data and layout properties. The applied settings depend on the AutoBindingSettingsEnabled and AutoLayoutSettingsEnabled property values.

Use the XRChart.PivotGridDataSourceOptions property to access the applied settings.

Handle the XRChart.CustomizeAutoBindingSettings event to customize the applied data binding settings.