枚举类的使用
com.grapecity.documents.excel.drawing.BarShape
-
com.grapecity.documents.excel.drawing中BarShape的使用
修饰符和类型方法说明IChart.getBarShape()
返回与3-D条形图或柱形图一起使用的形状。ISeries.getBarShape()
返回或设置与三维条形图或柱形图一起使用的形状。static BarShape
返回带有指定名称的该类的枚举常量。static BarShape[]
BarShape.values()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同修饰符和类型方法说明void
IChart.setBarShape
(BarShape value) 设置与3-D条形图或柱状图一起使用的形状。void
ISeries.setBarShape
(BarShape value) 设置与3-D条形图或柱状图一起使用的形状。