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

WebChartControl.AutoBindingSettingsEnabled Property

OBSOLETE

Use the WebChartControl.PivotGridDataSourceOptions.AutoBindingSettingsEnabled property instead.

Specifies whether or not the chart’s data binding is automatically adjusted during the creation of a Pivot Chart.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v19.1.Web.dll

Declaration

[Obsolete("Use the WebChartControl.PivotGridDataSourceOptions.AutoBindingSettingsEnabled property instead.")]
[DefaultValue(true)]
public bool AutoBindingSettingsEnabled { get; set; }

Property Value

Type Default Description
Boolean **true**

true to automatically adjust the chart’s binding settings; otherwise, false.

Remarks

Use the AutoBindingSettingsEnabled and WebChartControl.AutoLayoutSettingsEnabled properties, to adjust your chart to the associated ASPxPivotGrid automatically.

When the AutoBindingSettingsEnabled property is turned on, the following properties are set automatically:

To manually adjust these settings, handle the WebChartControl.CustomizeAutoBindingSettings event.

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

See Also