Enum Class的使用
com.grapecity.documents.excel.drawing.BarShape
-
com.grapecity.documents.excel.drawing中BarShape的使用
修饰符和类型方法说明IChart.getBarShape()
Returns the shape used with the 3-D bar or column chart.ISeries.getBarShape()
Returns or sets the shape used with the 3-D bar or column chart.static BarShape
Returns the enum constant of this class with the specified name.static BarShape[]
BarShape.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IChart.setBarShape
(BarShape value) Sets the shape used with the 3-D bar or column chart.void
ISeries.setBarShape
(BarShape value) Sets the shape used with the 3-D bar or column chart.