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

GridPaneLayoutModel.Direction Property

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public PaneLayoutDirection Direction { get; set; }

Property Value

Type
PaneLayoutDirection

Available values:

Name Description
Vertical

Panes are aligned in the vertical direction.

PaneLayoutDirection_Vertical

Horizontal

Panes are aligned in the horizontal direction.

PaneLayoutDirection_Horizontal

See Also