Back to Devexpress

XYDiagram2D.PaneLayoutDirection Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagram2d-a2477195.md

latest2.8 KB
Original Source

XYDiagram2D.PaneLayoutDirection Property

OBSOLETE

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

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the PaneLayout.Direction property instead.")]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public PaneLayoutDirection PaneLayoutDirection { get; set; }
vb
<Obsolete("This property is obsolete now. Use the PaneLayout.Direction property instead.")>
<Browsable(False)>
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property PaneLayoutDirection As PaneLayoutDirection

Property Value

TypeDescription
PaneLayoutDirection

A PaneLayoutDirection object representing the direction in which panes are aligned.

|

Available values:

NameDescription
Vertical

Panes are aligned in the vertical direction.

| | Horizontal |

Panes are aligned in the horizontal direction.

|

Remarks

The following images demonstrate the PaneLayoutDirection property in action.

PaneLayoutDirection = HorizontalPaneLayoutDirection = Vertical

To specify the distance between panes, use the XYDiagram2D.PaneDistance property.

For more information, refer to Pane Layout.

See Also

Panes

PaneDistance

XYDiagram2D Class

XYDiagram2D Members

DevExpress.XtraCharts Namespace