Skip to main content

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.v23.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

[DefaultValue(true)]
[Obsolete("Use the WebChartControl.PivotGridDataSourceOptions.AutoBindingSettingsEnabled property instead.")]
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