ChartModel.AutoLayout Property
Gets or sets the value indicating whether the chart layout should be calculated automatically.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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