XYDiagram2D.PaneLayoutDirection Property
In This Article
OBSOLETE
This property is obsolete now. Use the Pane
Specifies the layout direction of a diagram’s panes.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the PaneLayout.Direction property instead.")]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public PaneLayoutDirection PaneLayoutDirection { get; set; }
#Property Value
Type | Description |
---|---|
Pane |
A Pane |
Available values:
Name | Description |
---|---|
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.
Pane |
Pane |
---|---|
![]() |
![]() |
To specify the distance between panes, use the XYDiagram2D.PaneDistance property.
For more information, refer to Pane Layout.
See Also