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

TextOrientation Enum

Lists the values used to specify the orientation of series labels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum TextOrientation

Members

Name Description
Horizontal

The series labels are not rotated.

TextLabelOrientation_Horizontal

TopToBottom

The series labels are rotated vertically, clockwise.

TextLabelOrientation_TopToBottom

BottomToTop

The series labels are rotated vertically, counterclockwise.

TextLabelOrientation_BottomToTop

Related API Members

Remarks

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

See Also