ChartControlSettings.AutoLayoutSettingsEnabled Property
In This Article
OBSOLETE
Use the Pivot
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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
[Obsolete("Use the 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. |
See Also