Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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