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.v24.2.dll
Declaration
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 |
|
.NET Reporting Tools | XRChart |
|
ASP.NET MVC Extensions | ChartControlSettings |
|
ASP.NET Web Forms Controls | WebChartControl |
|
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).