ChartTitle.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

適用対象