Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Reporting.Core

#Declaration

public event CustomizeAutoBindingSettingsEventHandler CustomizeAutoBindingSettings

#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.

See Also