Back to Devexpress

WebChartControl.CustomizeAutoBindingSettings Event

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-0489665d.md

latest2.8 KB
Original Source

WebChartControl.CustomizeAutoBindingSettings Event

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

Namespace : DevExpress.XtraCharts.Web

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

NuGet Package : DevExpress.Web.Visualization

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 ASPxPivotGrid) is assigned to the chart’s ASPxDataWebControlBase.DataSourceID 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

PivotGridDataSourceOptions

Integrate the WinForms Chart with the Pivot Grid Control

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace