A newer version of this page is available.
Switch to the current version.
WebChartControl.AutoLayoutSettingsEnabled Property
Obsolete. 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.v18.2.Web.dll
Declaration
[Obsolete("Use the WebChartControl.PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.")]
[DefaultValue(true)]
public bool AutoLayoutSettingsEnabled { get; set; }
<Obsolete("Use the WebChartControl.PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.")>
<DefaultValue(True)>
Public Property AutoLayoutSettingsEnabled As Boolean
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
Feedback