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

适用于