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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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