| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
IChartGroups |
IChart.getAreaGroups()
Returns an object that represents a collection of the area chart groups
IChartGroups, on a 2D chart. |
IChartGroups |
IChart.getBarGroups()
Returns an object that represents a collection of the bar chart groups
IChartGroups, on a 2D chart. |
IChartGroups |
IChart.getChartGroups()
Returns an object that represents a collection of all the chart groups in the
chart
IChartGroups. |
IChartGroups |
IChart.getColumnGroups()
Returns an object that represents a collection of the column chart groups
IChartGroups, on a 2D chart. |
IChartGroups |
IChart.getDoughnutGroups()
Returns an object that represents a collection of the doughnut chart groups
IChartGroups, on a 2D chart. |
IChartGroups |
IChart.getLineGroups()
Returns an object that represents a collection of the line chart groups
IChartGroups, on a 2D chart. |
IChartGroups |
IChart.getPieGroups()
Returns an object that represents a collection of the pie chart groups
IChartGroups, on a 2D chart. |
IChartGroups |
IChart.getRadarGroups()
Returns an object that represents a collection of the radar chart groups
IChartGroups, on a 2D chart. |
IChartGroups |
IChart.getXYGroups()
Returns an object that represents a collection of the scatter chart groups
IChartGroups, on a 2D chart. |