WebChartControl.AutoBindingSettingsEnabled Property
Obsolete. 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.2.Web.dll
Declaration
[Obsolete("Use the WebChartControl.PivotGridDataSourceOptions.AutoBindingSettingsEnabled property instead.")]
[DefaultValue(true)]
public bool AutoBindingSettingsEnabled { get; set; }
<Obsolete("Use the WebChartControl.PivotGridDataSourceOptions.AutoBindingSettingsEnabled property instead.")>
<DefaultValue(True)>
Public Property AutoBindingSettingsEnabled As Boolean
Property Value
Type |
Default |
Description |
Boolean |
true
|
true to automatically adjust the chart's binding settings; otherwise, false.
|
See Also