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