Back to Devexpress

PivotGridDataSourceOptions.AutoLayoutSettingsEnabled Property

corelibraries-devexpress-dot-xtracharts-dot-pivotgriddatasourceoptions-315659af.md

latest3.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool AutoLayoutSettingsEnabled { get; set; }
vb
Public Property AutoLayoutSettingsEnabled As Boolean

Property Value

TypeDescription
Boolean

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

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to AutoLayoutSettingsEnabled
WinForms ControlsChartControl

.PivotGridDataSourceOptions .AutoLayoutSettingsEnabled

| | ASP.NET MVC Extensions | ChartControlSettings |

.PivotGridDataSourceOptions .AutoLayoutSettingsEnabled

| | .NET Reporting Tools | XRChart |

.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

PivotGridDataSourceOptions Class

PivotGridDataSourceOptions Members

DevExpress.XtraCharts Namespace