A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[SRCategory(ReportStringId.CatLayout)]
public bool AutoLayout { get; set; }
<SRCategory(ReportStringId.CatLayout)>
Public Property AutoLayout As Boolean
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
Feedback