Enum Class的使用
com.grapecity.documents.excel.drawing.TimeUnit
-
com.grapecity.documents.excel.drawing中TimeUnit的使用
修饰符和类型方法说明IAxis.getBaseUnit()
Gets the base unit for the specified category axis.IAxis.getMajorUnitScale()
Gets the major unit scale value for the category axis when the CategoryType property is set to TimeScale.IAxis.getMinorUnitScale()
Gets the minor unit scale value for the category axis when theCategoryType
property is set to TimeScale.static TimeUnit
Returns the enum constant of this class with the specified name.static TimeUnit[]
TimeUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IAxis.setBaseUnit
(TimeUnit value) Sets the base unit for the specified category axis.void
IAxis.setMajorUnitScale
(TimeUnit value) Sets the major unit scale value for the category axis when the CategoryType property is set to TimeScale.void
IAxis.setMinorUnitScale
(TimeUnit value) Sets the minor unit scale value for the category axis when theCategoryType
property is set to TimeScale.