Skip to main content

PivotGridDataSourceOptions.AutoLayoutSettingsEnabled Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool AutoLayoutSettingsEnabled { get; set; }

Property Value

Type Description
Boolean

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AutoLayoutSettingsEnabled
WinForms Controls ChartControl
.PivotGridDataSourceOptions .AutoLayoutSettingsEnabled
Reporting XRChart
.PivotGridDataSourceOptions .AutoLayoutSettingsEnabled
ASP.NET MVC Extensions ChartControlSettings
.PivotGridDataSourceOptions .AutoLayoutSettingsEnabled
ASP.NET Web Forms Controls WebChartControl
.PivotGridDataSourceOptions .AutoLayoutSettingsEnabled

Remarks

Use the PivotGridDataSourceOptions.AutoBindingSettingsEnabled and AutoLayoutSettingsEnabled properties to adjust your chart to the associated PivotGridControl automatically.

To access the PivotGridDataSourceOptions object, use the ChartControl.PivotGridDataSourceOptions (ChartControlSettings.PivotGridDataSourceOptions) property.

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