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