TextOrientations Enum

Definition

Specifies the orientation of the title text.

public enum class TextOrientations
public enum TextOrientations
type TextOrientations = 
Public Enum TextOrientations
Inheritance
TextOrientations

Fields

Auto 0

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

Horizontal 1

Text is horizontal.

Rotated270 3

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

Rotated90 2

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

Stacked 4

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

Applies to