TextOrientation Enum

Definition

Specifies text orientation in a chart element.

C#
public enum TextOrientation
Inheritance
TextOrientation

Fields

Name Value Description
Auto 0

Text orientation is automatically determined, based on the type of chart element in which the text appears.

Horizontal 1

Text is horizontal.

Rotated90 2

Text is rotated 90 degrees and oriented from top to bottom.

Rotated270 3

Text is rotated 270 degrees and oriented from bottom to top.

Stacked 4

Text characters are not rotated and are positioned one below the other.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1