Axis.BaseUnit 属性

定义

返回或设置指定分类轴的基本单位。 读/写。

public:
 property Microsoft::Office::Interop::Word::XlTimeUnit BaseUnit { Microsoft::Office::Interop::Word::XlTimeUnit get(); void set(Microsoft::Office::Interop::Word::XlTimeUnit value); };
public Microsoft.Office.Interop.Word.XlTimeUnit BaseUnit { get; set; }
member this.BaseUnit : Microsoft.Office.Interop.Word.XlTimeUnit with get, set
Public Property BaseUnit As XlTimeUnit

属性值

XlTimeUnit

注解

如果 CategoryType 指定轴的 属性设置为 xlCategoryScale,则设置此属性没有可见效果。 但是,设置值会保留,并在 属性设置为 xlTimeScaleCategoryType生效。

不能对数值轴设置该属性。

适用于