次の方法で共有


Axis.DisplayUnit プロパティ

定義

値軸の単位ラベルを設定または返します。

public:
 property Microsoft::Office::Interop::Excel::XlDisplayUnit DisplayUnit { Microsoft::Office::Interop::Excel::XlDisplayUnit get(); void set(Microsoft::Office::Interop::Excel::XlDisplayUnit value); };
public Microsoft.Office.Interop.Excel.XlDisplayUnit DisplayUnit { get; set; }
Public Property DisplayUnit As XlDisplayUnit

プロパティ値

注釈

大きな値のグラフを作成する場合に単位ラベルを使用すると、グラフを読みやすくすることができます。 たとえば、百、千、万単位の数値軸にラベルを付けると、軸上の目盛に小さな値を使用できます。

XlDisplayUnit 次のいずれかの XlDisplayUnit 定数を指定できます。

xlHundredMillions

xlHundredThousands

xlMillions

xlTenThousands

xlThousands

xlHundreds

xlMillionMillions

xlTenMillions

xlThousandMillions

単位ラベルには、次のいずれかの定数を指定することもできます。

xlCustom

xlNone

適用対象