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

ChartControlSettings.AutoBindingSettingsEnabled Property

OBSOLETE

Use the 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.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also