![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Charts
public class Charts
Encapsulates a collection of Chart objects.
Method Summary | |
---|---|
int |
add(int chartType,
int upperLeftRow,
int upperLeftColumn,
int lowerRightRow,
int lowerRightColumn)
Adds a chart to the collection. |
Chart |
getChart(int index)
Gets chart object by index. |
int |
size()
Gets number of charts in the worksheet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int add(int chartType, int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn)
chartType
- chart typeupperLeftRow
- upper left row index.upperLeftColumn
- upper left column index.lowerRightRow
- lower right row index.lowerRightColumn
- lower right column index.
ExcelException
- if the chart collection has been removed from the worksheet.ChartType
public Chart getChart(int index)
index
- chart object index
java.lang.IllegalArgumentException
- if index is out of range.
ExcelException
- if the chart collection has been removed from the worksheet.public int size()
ExcelException
- if the chart collection has been removed from the worksheet.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |