Axis.MajorUnitScale 属性

定义

当 属性设置为 xlTimeScale 时,CategoryType返回或设置类别轴的主要单位刻度值。

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

属性值

注解

XlTimeUnit 可以是以下 XlTimeUnit 常量之一:

xlMonths

xlDays

xlYears

适用于