Enum Class的使用
com.grapecity.documents.excel.drawing.TickLabelPosition
-
com.grapecity.documents.excel.drawing中TickLabelPosition的使用
修饰符和类型方法说明IAxis.getTickLabelPosition()
Gets the position of tick-mark labels on the specified axis.static TickLabelPosition
Returns the enum constant of this class with the specified name.static TickLabelPosition[]
TickLabelPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IAxis.setTickLabelPosition
(TickLabelPosition value) Sets the position of tick-mark labels on the specified axis.