Skip to main content
A newer version of this page is available. .

TextOrientation Enum

Lists values that specify the text orientation.

Namespace: DevExpress.Xpf.Charts

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

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