ChartCollection
Overview
ChartCollection is a class in Aspose.Cells FOSS for Java.
Collection of embedded charts on a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read |
Methods
| Signature | Description |
|---|---|
getCount() → int | |
get(index: int) → Chart | |
add(type: ChartType, dataRange: String, upperLeftRow: int, upperLeftColumn: int, lowerRightRow: int, lowerRightColumn: int) → int | Adds a new chart of the given type with the specified data range and anchor. |
parseChartType(raw: String) → ChartType | |
chartTypeToString(type: ChartType) → String |