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

ChartControl.AutoLayoutSettingsEnabled Property

OBSOLETE

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.v21.2.UI.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

[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; }

Property Value

Type Description
Boolean

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

Remarks

Note

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

See Also