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

WebChartControl.AutoLayoutSettingsEnabled Property

OBSOLETE

Use the WebChartControl.PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.

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

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v20.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

[DefaultValue(true)]
[Obsolete("Use the WebChartControl.PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.")]
public bool AutoLayoutSettingsEnabled { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Remarks

Use the WebChartControl.AutoBindingSettingsEnabled and AutoLayoutSettingsEnabled properties, to adjust your chart to the associated ASPxPivotGrid automatically.

To learn which properties are affected by the AutoLayoutSettingsEnabled property, and what events should be handled in order to manually adjust them, see Pivot Charting (Integration with a Pivot Grid Control).

See Also