A newer version of this page is available.
Switch to the current version.
Direction Enum
Lists values that are directions of an element orientation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum Direction
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum Direction
Members
Name | Description |
---|---|
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. |
Related API Members
The following properties accept/return Direction values:
See Also
Feedback