WebChartControl.AutoLayoutSettingsEnabled Property
OBSOLETE
Use the Web
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.v24.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 |
|
#Remarks
Use the PivotGridDataSourceOptions.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).