Back to Devexpress

XRChart.AutoLayout Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrchart-d115ec44.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatLayout)]
public bool AutoLayout { get; set; }
vb
<SRCategory(ReportStringId.CatLayout)>
Public Property AutoLayout As Boolean

Property Value

TypeDescription
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

AutoLayout

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace