XRChart.CustomizeAutoBindingSettings Event
Occurs when applying automatic data source settings to a Chart that is linked to a Pivot Grid.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Event Data
The CustomizeAutoBindingSettings event's data class is EventArgs.
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 XRChart.PivotGridDataSourceOptions property.
Handle the CustomizeAutoBindingSettings event to customize the applied data binding settings.
To learn about linking report controls, see the Link a Chart and a Pivot Grid topic.
To learn more about data settings, see the Pivot Charting in WinForms topic.