public class Chart
extends java.lang.Object
To learn more, visit the Working with Charts documentation article.
| Modifier and Type | Method and Description |
|---|---|
ChartAxis |
getAxisX()
Provides access to properties of the X axis of the chart.
|
ChartAxis |
getAxisY()
Provides access to properties of the Y axis of the chart.
|
ChartAxis |
getAxisZ()
Provides access to properties of the Z axis of the chart.
|
ChartLegend |
getLegend()
Provides access to the chart legend properties.
|
ChartSeriesCollection |
getSeries()
Provides access to series collection.
|
java.lang.String |
getSourceFullName()
Gets the path and name of an xls/xlsx file this chart is linked to.
|
ChartTitle |
getTitle()
Provides access to the chart title properties.
|
void |
setSourceFullName(java.lang.String value)
Gets the path and name of an xls/xlsx file this chart is linked to.
|
public ChartSeriesCollection getSeries()
ChartSeriesCollection value.public ChartTitle getTitle()
ChartTitle value.public ChartLegend getLegend()
ChartLegend value.public ChartAxis getAxisX()
ChartAxis value.public ChartAxis getAxisY()
ChartAxis value.public ChartAxis getAxisZ()
ChartAxis value.public java.lang.String getSourceFullName()
public void setSourceFullName(java.lang.String value)
value - The path and name of an xls/xlsx file this chart is linked to.