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