Skip to main content

TextOrientation Enum

Lists values that specify the text orientation.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public enum TextOrientation

Members

Name Description
Horizontal

The series labels are horizontal.

TextOrientation_Horizontal

TopToBottom

The series labels are vertical, rotated clockwise.

TextOrientation_TopToBottom

BottomToTop

The series labels are vertical, rotated counterclockwise.

TextOrientation_BottomToTop

Related API Members

The following properties accept/return TextOrientation values:

See Also