Back to Devexpress

ChartControl.AutoLayoutSettingsEnabled Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-2af7378f.md

latest2.5 KB
Original Source

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
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

PivotGridDataSourceOptions

Integrate the WinForms Chart with the Pivot Grid Control

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace