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

XRChart.AutoLayout Property

Specifies whether the adaptive layout feature is enabled for chart elements in the chart control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

[SRCategory(ReportStringId.CatLayout)]
public bool AutoLayout { get; set; }

Property Value

Type Description
Boolean

true, to apply the adaptive layout algorithm to the chart; otherwise, false.

Remarks

To learn more, refer to the ChartControl.AutoLayout property description.

See Also