Enum Class的使用
com.grapecity.documents.excel.drawing.AxisGroup
-
com.grapecity.documents.excel.drawing中AxisGroup的使用
修饰符和类型方法说明IAxis.getAxisGroup()
Returns the group for the specified axis.IChartGroup.getAxisGroup()
Returns the group for the specified chart group or series.ISeries.getAxisGroup()
Returns the group for the specified chart group or series.static AxisGroup
Returns the enum constant of this class with the specified name.static AxisGroup[]
AxisGroup.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IChartGroup.setAxisGroup
(AxisGroup value) Sets the group for the specified chart group or series.void
ISeries.setAxisGroup
(AxisGroup value) Sets the group for the specified chart group or series.