Back to Devexpress

ChartControlSettings.AutoBindingSettingsEnabled Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-12a0ce15.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
[Obsolete("Use the PivotGridDataSourceOptions.AutoBindingSettingsEnabled property instead.")]
public bool AutoBindingSettingsEnabled { get; set; }
vb
<Obsolete("Use the PivotGridDataSourceOptions.AutoBindingSettingsEnabled property instead.")>
Public Property AutoBindingSettingsEnabled As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace