Lists the values used to specify the orientation of Series Labels.
Namespace:DevExpress.XtraCharts
Assembly:DevExpress.XtraCharts.v19.2.dll

Public Members
Show: Inherited
|
Name |
Description |
|
BottomToTop
|
The series labels are rotated vertically, counterclockwise.

|
|
Horizontal
|
The series labels are not rotated.

|
|
TopToBottom
|
The series labels are rotated vertically, clockwise.

|
Top

Remarks
The values listed by the TextOrientation enumeration are used to set the SeriesLabelBase.TextOrientation property.

See Also