Back to Devexpress

Direction Enum

corelibraries-devexpress-dot-xtracharts-efe6204c.md

latest1.3 KB
Original Source

Direction Enum

Lists values that are directions of an element orientation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum Direction
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum Direction

Members

NameDescription
LeftToRight

Specifies the left to right direction.

| | RightToLeft |

Specifies the right to left direction.

| | TopToBottom |

Specifies the top to bottom direction.

| | BottomToTop |

Specifies the bottom to top direction.

|

The following properties accept/return Direction values:

See Also

DevExpress.XtraCharts Namespace