corelibraries-devexpress-dot-xtracharts-dot-xydiagram2d-a2477195.md
This property is obsolete now. Use the PaneLayout.Direction property instead.
Specifies the layout direction of a diagram’s panes.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the PaneLayout.Direction property instead.")]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public PaneLayoutDirection PaneLayoutDirection { get; set; }
<Obsolete("This property is obsolete now. Use the PaneLayout.Direction property instead.")>
<Browsable(False)>
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property PaneLayoutDirection As PaneLayoutDirection
| Type | Description |
|---|---|
| PaneLayoutDirection |
A PaneLayoutDirection object representing the direction in which panes are aligned.
|
Available values:
| Name | Description |
|---|---|
| Vertical |
Panes are aligned in the vertical direction.
| | Horizontal |
Panes are aligned in the horizontal direction.
|
The following images demonstrate the PaneLayoutDirection property in action.
| PaneLayoutDirection = Horizontal | PaneLayoutDirection = Vertical |
|---|---|
To specify the distance between panes, use the XYDiagram2D.PaneDistance property.
For more information, refer to Pane Layout.
See Also