Class AbstractXSSFChartSeries
java.lang.Object
org.apache.poi.xssf.usermodel.charts.AbstractXSSFChartSeries
- All Implemented Interfaces:
ChartSeries
@Deprecated
@Removal(version="4.2")
public abstract class AbstractXSSFChartSeries
extends Object
implements ChartSeries
Deprecated.
Base of all XSSF Chart Series
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx
Deprecated.Deprecated.Deprecated.Deprecated.protected boolean
Deprecated.void
Deprecated.Sets the title of the series as a string literal.void
setTitle
(CellReference titleReference) Deprecated.Sets the title of the series as a cell reference.
-
Constructor Details
-
AbstractXSSFChartSeries
public AbstractXSSFChartSeries()Deprecated.
-
-
Method Details
-
setTitle
Deprecated.Description copied from interface:ChartSeries
Sets the title of the series as a cell reference.- Specified by:
setTitle
in interfaceChartSeries
-
setTitle
Deprecated.Description copied from interface:ChartSeries
Sets the title of the series as a string literal.- Specified by:
setTitle
in interfaceChartSeries
-
getTitleCellReference
Deprecated.- Specified by:
getTitleCellReference
in interfaceChartSeries
- Returns:
- title as cell reference.
-
getTitleString
Deprecated.- Specified by:
getTitleString
in interfaceChartSeries
- Returns:
- title as string literal.
-
getTitleType
Deprecated.- Specified by:
getTitleType
in interfaceChartSeries
- Returns:
- title type.
-
isTitleSet
protected boolean isTitleSet()Deprecated. -
getCTSerTx
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx getCTSerTx()Deprecated.
-
XDDFChartData.Series
instead