TextOrientation 枚举
定义
指定图表元素中的文本方向。Specifies text orientation in a chart element.
public enum class TextOrientation
public enum TextOrientation
type TextOrientation =
Public Enum TextOrientation
- 继承
字段
| 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 | 文本旋转 270 度,成为自下向上的方向。Text is rotated 270 degrees and oriented from bottom to top. |
| Rotated90 | 2 | 文本旋转 90 度,成为自上向下的方向。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. |