TextOrientation Enum
In This Article
Lists values that specify the text orientation.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Members
Name | Description |
---|---|
Horizontal
|
The series labels are horizontal. |
Top
|
The series labels are vertical, rotated clockwise. |
Bottom
|
The series labels are vertical, rotated counterclockwise. |
#Related API Members
The following properties accept/return TextOrientation values:
See Also