Axis.BaseUnit 属性

定义

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

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

属性值

注解

如果指定轴的 属性设置为 xlCategoryScaleCategoryType则设置此属性没有可见效果。 设置的值被保留,但是,并且 属性设置为 xlTimeScale 时生效。

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

适用于