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.v24.1.UI.dll
NuGet Package: DevExpress.Win.Charts
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