windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-2af7378f.md
The ChartControl.AutoLayoutSettingsEnabled property is now obsolete. Use the ChartControl.PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.
Specifies whether the chart’s layout is automatically adjusted when creating a Pivot Chart.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.UI.dll
NuGet Package : DevExpress.Win.Charts
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("The ChartControl.AutoLayoutSettingsEnabled property is now obsolete. Use the ChartControl.PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.")]
public bool AutoLayoutSettingsEnabled { get; set; }
<Obsolete("The ChartControl.AutoLayoutSettingsEnabled property is now obsolete. Use the ChartControl.PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AutoLayoutSettingsEnabled As Boolean
| Type | Description |
|---|---|
| Boolean |
true to automatically adjust the chart’s layout settings; otherwise, false.
|
Note
The AutoLayoutSettingsEnabled property is now obsolete. Use the ChartControl.PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.
See Also