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
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | |
chartType | ChartType | Read | |
upperLeftRow | int | Read | |
upperLeftColumn | int | Read | |
lowerRightRow | int | Read | |
lowerRightColumn | int | Read | |
extentCx | long | Read | Width in English Metric Units (EMUs). |
extentCy | long | Read | Height in English Metric Units (EMUs). |
Methods
| Signature | Description |
|---|---|
getName() → String | |
getChartType() → ChartType | |
getUpperLeftRow() → int | |
getUpperLeftColumn() → int | |
getLowerRightRow() → int | |
getLowerRightColumn() → int | |
getExtentCx() → long | Width in English Metric Units (EMUs). |
getExtentCy() → long | Height in English Metric Units (EMUs). |