Back to Devexpress

GridPaneLayoutModel.AutoLayoutMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-gridpanelayoutmodel.md

latest1.7 KB
Original Source

GridPaneLayoutModel.AutoLayoutMode Property

Gets or sets the GridPaneLayout.AutoLayoutMode property value within the model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public PaneAutoLayoutMode AutoLayoutMode { get; set; }
vb
<PropertyForOptions>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property AutoLayoutMode As PaneAutoLayoutMode

Property Value

TypeDescription
PaneAutoLayoutMode

A PaneAutoLayoutMode enumeration value.

|

Available values:

NameDescription
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

GridPaneLayoutModel Class

GridPaneLayoutModel Members

DevExpress.XtraCharts.Designer Namespace