Back to Devexpress

ChartControl.CustomizeAutoBindingSettings Event

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-27db1ac0.md

latest2.8 KB
Original Source

ChartControl.CustomizeAutoBindingSettings Event

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

Namespace : DevExpress.XtraCharts

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public event CustomizeAutoBindingSettingsEventHandler CustomizeAutoBindingSettings
vb
Public Event CustomizeAutoBindingSettings As CustomizeAutoBindingSettingsEventHandler

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

AutoBindingSettingsEnabled

Integrate the WinForms Chart with the Pivot Grid Control

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace