GridPaneLayoutModel.Direction Property
Gets or sets the GridPaneLayout.Direction property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public PaneLayoutDirection Direction { get; set; }
Property Value
| Type | Description |
|---|---|
| PaneLayoutDirection | A |
Available values:
| Name | Description |
|---|---|
| Vertical | Panes are aligned in the vertical direction.
|
| Horizontal | Panes are aligned in the horizontal direction.
|
See Also

