Chart

Overview

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

Represents an embedded chart in a worksheet (read-only; charts are round-tripped verbatim).

Properties

NameTypeAccessDescription
nameStringRead
chartTypeChartTypeRead
upperLeftRowintRead
upperLeftColumnintRead
lowerRightRowintRead
lowerRightColumnintRead
extentCxlongReadWidth in English Metric Units (EMUs).
extentCylongReadHeight in English Metric Units (EMUs).

Methods

SignatureDescription
getName()String
getChartType()ChartType
getUpperLeftRow()int
getUpperLeftColumn()int
getLowerRightRow()int
getLowerRightColumn()int
getExtentCx()longWidth in English Metric Units (EMUs).
getExtentCy()longHeight in English Metric Units (EMUs).

See Also