Direction Enum
In This Article
Lists values that are directions of an element orientation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Members
Name | Description |
---|---|
Left
|
Specifies the left to right direction. |
Right
|
Specifies the right to left direction. |
Top
|
Specifies the top to bottom direction. |
Bottom
|
Specifies the bottom to top direction. |
#Related API Members
The following properties accept/return Direction values:
See Also