Back to Devexpress

ChartControlSettings.AutoLayoutSettingsEnabled Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-0c1a6ea3.md

latest1.6 KB
Original Source

ChartControlSettings.AutoLayoutSettingsEnabled Property

OBSOLETE

Use the PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.

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

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
[Obsolete("Use the PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.")]
public bool AutoLayoutSettingsEnabled { get; set; }
vb
<Obsolete("Use the PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.")>
Public Property AutoLayoutSettingsEnabled As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace