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).

This class provides 8 methods for working with Chart objects in Java programs. Available methods include: getChartType, getExtentCx, getExtentCy, getLowerRightColumn, getLowerRightRow, getName, getUpperLeftColumn, getUpperLeftRow. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: chartType, extentCx, extentCy, lowerRightColumn, lowerRightRow, name, and 2 more.

Description

Chart is a class in the Aspose.Cells FOSS library for Java that exposes 8 methods and 8 properties for programmatic use.

Core capabilities include: string; charttype; long. These operations enable developers to integrate chart functionality directly into Java applications.

The class also provides the name property (gets the name), the chartType property (gets the chart type), the upperLeftRow property (gets the upper left row).

Properties

NameTypeAccessDescription
nameStringReadGets the name.
chartTypeChartTypeReadGets the chart type.
upperLeftRowintReadGets the upper left row.
upperLeftColumnintReadGets the upper left column.
lowerRightRowintReadGets the lower right row.
lowerRightColumnintReadGets the lower right column.
extentCxlongReadWidth in English Metric Units (EMUs).
extentCylongReadHeight in English Metric Units (EMUs).

Methods

SignatureDescription
getName()StringReturns the name.
getChartType()ChartTypeReturns the chart type.
getUpperLeftRow()intReturns the upper left row.
getUpperLeftColumn()intReturns the upper left column.
getLowerRightRow()intReturns the lower right row.
getLowerRightColumn()intReturns the lower right column.
getExtentCx()longWidth in English Metric Units (EMUs).
getExtentCy()longHeight in English Metric Units (EMUs).

See Also