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

GridPaneLayoutModel.AutoLayoutMode Property

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public PaneAutoLayoutMode AutoLayoutMode { get; set; }

Property Value

Type
PaneAutoLayoutMode

Available values:

Name Description
Linear

The diagram lays out panes in a line.

Grid

The diagram lays out panes in a table that have a number of rows equal to the square root of the pane number.

See Also