Back to Devexpress

TextOrientation Enum

wpf-devexpress-dot-xpf-dot-charts-5ed13af1.md

latest1.5 KB
Original Source

TextOrientation Enum

Lists values that specify the text orientation.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum TextOrientation
vb
Public Enum TextOrientation

Members

NameDescription
Horizontal

The series labels are horizontal.

| | TopToBottom |

The series labels are vertical, rotated clockwise.

| | BottomToTop |

The series labels are vertical, rotated counterclockwise.

|

The following properties accept/return TextOrientation values:

See Also

DevExpress.Xpf.Charts Namespace