DataLabels.Orientation 属性

定义

文本打印方向。 可以是 –90 到 90 度的整数值。

public:
 property System::Object ^ Orientation { System::Object ^ get(); void set(System::Object ^ value); };
public object Orientation { get; set; }
Public Property Orientation As Object

属性值

注解

可以使用以下常量:

xlDownward

xlHorizontal

xlUpward

xlVertical

适用于