Share via


Axis.MinorUnitScale プロパティ

定義

プロパティが xlTimeScale に設定されている場合CategoryTypeに、カテゴリ軸の小単位スケール値を設定または返します。

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

プロパティ値

注釈

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

xlMonths

xlDays

xlYears

適用対象