Axis.MinorUnitScale プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロパティが にxlTimeScale設定されている場合に、カテゴリ軸の小単位スケール値をCategoryType設定または返します。 値の取得と設定が可能です。
public:
property Microsoft::Office::Interop::Word::XlTimeUnit MinorUnitScale { Microsoft::Office::Interop::Word::XlTimeUnit get(); void set(Microsoft::Office::Interop::Word::XlTimeUnit value); };
public Microsoft.Office.Interop.Word.XlTimeUnit MinorUnitScale { get; set; }
member this.MinorUnitScale : Microsoft.Office.Interop.Word.XlTimeUnit with get, set
Public Property MinorUnitScale As XlTimeUnit