Enum ChartTextDirectionType

Enum ChartTextDirectionType

Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)

表示图表的文本方向类型。

public enum ChartTextDirectionType

字段

Horizontal = 0

水平方向类型。

Rotate270 = 3

旋转270度。

Rotate90 = 2

旋转90度。

Stacked = 4

堆叠文本。

Vertical = 1

垂直方向类型。

 中文