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

ChartControl.CustomizeAutoBindingSettings Event

Occurs after automatic settings are applied to a chart’s data source.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.UI.dll

NuGet Package: DevExpress.Win.Charts

#Declaration

public event CustomizeAutoBindingSettingsEventHandler CustomizeAutoBindingSettings

#Event Data

The CustomizeAutoBindingSettings event's data class is EventArgs.

#Remarks

When a familiar data source (such as the PivotGridControl) is assigned to the chart’s ChartControl.DataSource property, handle the CustomizeAutoBindingSettings event, to manually adjust the automatic settings applied when the PivotGridDataSourceOptions.AutoBindingSettingsEnabled property is turned on.

These settings are listed below.

For more information, see Pivot Charting (Integration with a Pivot Grid Control).

See Also