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

ChartModel.AutoLayout Property

Gets or sets the value indicating whether the chart layout should be calculated automatically.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions("Behavior")]
[LocalizableCategory(DesignerCategories.Layout)]
public bool AutoLayout { get; set; }

Property Value

Type Description
Boolean

true if the adaptive layout algorithm should be applied; otherwise false.

See Also