Skip to main content
A newer version of this page is available.

XRChart.AutoLayoutSettingsEnabled Property

OBSOLETE

The XRChart.AutoLayoutSettingsEnabled property is now obsolete. Use the XRChart.PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[Browsable(false)]
[DefaultValue(true)]
[Obsolete("The XRChart.AutoLayoutSettingsEnabled property is now obsolete. Use the XRChart.PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property instead.")]
public bool AutoLayoutSettingsEnabled { get; set; }

Property Value

Type Default
Boolean true
See Also