接口的使用
com.grapecity.documents.excel.drawing.IChartGroups
-
com.grapecity.documents.excel.drawing中IChartGroups的使用
修饰符和类型方法说明IChart.getAreaGroups()
Returns an object that represents a collection of the area chart groupsIChartGroups
, on a 2D chart.IChart.getBarGroups()
Returns an object that represents a collection of the bar chart groupsIChartGroups
, on a 2D chart.IChart.getChartGroups()
Returns an object that represents a collection of all the chart groups in the chartIChartGroups
.IChart.getColumnGroups()
Returns an object that represents a collection of the column chart groupsIChartGroups
, on a 2D chart.IChart.getDoughnutGroups()
Returns an object that represents a collection of the doughnut chart groupsIChartGroups
, on a 2D chart.IChart.getLineGroups()
Returns an object that represents a collection of the line chart groupsIChartGroups
, on a 2D chart.IChart.getPieGroups()
Returns an object that represents a collection of the pie chart groupsIChartGroups
, on a 2D chart.IChart.getRadarGroups()
Returns an object that represents a collection of the radar chart groupsIChartGroups
, on a 2D chart.IChart.getXYGroups()
Returns an object that represents a collection of the scatter chart groupsIChartGroups
, on a 2D chart.