枚举类的使用
com.grapecity.documents.excel.drawing.AxisGroup
-
com.grapecity.documents.excel.drawing中AxisGroup的使用
修饰符和类型方法说明IAxis.getAxisGroup()
返回指定轴的分组。IChartGroup.getAxisGroup()
返回指定图表组或系列的组。ISeries.getAxisGroup()
返回指定图表组或系列的组。static AxisGroup
返回带有指定名称的该类的枚举常量。static AxisGroup[]
AxisGroup.values()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同修饰符和类型方法说明void
IChartGroup.setAxisGroup
(AxisGroup value) 设置指定图表组或系列的分组。void
ISeries.setAxisGroup
(AxisGroup value) 设置指定图表组或系列的分组。