ChartCollection

ChartCollection

Overview

ChartCollection is a class in Aspose.Cells FOSS for Java.

Collection of embedded charts on a worksheet.

Properties

NameTypeAccessDescription
countintRead

Methods

SignatureDescription
getCount()int
get(index: int)Chart
add(type: ChartType, dataRange: String, upperLeftRow: int, upperLeftColumn: int, lowerRightRow: int, lowerRightColumn: int)intAdds a new chart of the given type with the specified data range and anchor.
parseChartType(raw: String)ChartType
chartTypeToString(type: ChartType)String

See Also