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

ChartControl.AutoLayoutSettingsEnabled Property

OBSOLETE

The ChartControl.AutoBindingSettingsEnabled property is now obsolete. Use the ChartControl.PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.

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

Namespace: DevExpress.XtraCharts

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

Declaration

[Obsolete("The ChartControl.AutoBindingSettingsEnabled property is now obsolete. Use the ChartControl.PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.")]
[Browsable(false)]
public bool AutoLayoutSettingsEnabled { get; set; }

Property Value

Type Description
Boolean

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

See Also