ChartSeriespublic abstract class AbstractXSSFChartSeries extends java.lang.Object implements ChartSeries
| Constructor | Description |
|---|---|
AbstractXSSFChartSeries() |
| Modifier and Type | Method | Description |
|---|---|---|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx |
getCTSerTx() |
|
CellReference |
getTitleCellReference() |
|
java.lang.String |
getTitleString() |
|
TitleType |
getTitleType() |
|
protected boolean |
isTitleSet() |
|
void |
setTitle(java.lang.String title) |
Sets the title of the series as a string literal.
|
void |
setTitle(CellReference titleReference) |
Sets the title of the series as a cell reference.
|
public void setTitle(CellReference titleReference)
ChartSeriessetTitle in interface ChartSeriespublic void setTitle(java.lang.String title)
ChartSeriessetTitle in interface ChartSeriespublic CellReference getTitleCellReference()
getTitleCellReference in interface ChartSeriespublic java.lang.String getTitleString()
getTitleString in interface ChartSeriespublic TitleType getTitleType()
getTitleType in interface ChartSeriesprotected boolean isTitleSet()
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx getCTSerTx()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.