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 Details

    • AbstractXSSFChartSeries

      public AbstractXSSFChartSeries()
      Deprecated.
  • Method Details

    • setTitle

      public void setTitle(CellReference titleReference)
      Deprecated.
      Description copied from interface: ChartSeries
      Sets the title of the series as a cell reference.
      Specified by:
      setTitle in interface ChartSeries
    • setTitle

      public void setTitle(String title)
      Deprecated.
      Description copied from interface: ChartSeries
      Sets the title of the series as a string literal.
      Specified by:
      setTitle in interface ChartSeries
    • getTitleCellReference

      public CellReference getTitleCellReference()
      Deprecated.
      Specified by:
      getTitleCellReference in interface ChartSeries
      Returns:
      title as cell reference.
    • getTitleString

      public String getTitleString()
      Deprecated.
      Specified by:
      getTitleString in interface ChartSeries
      Returns:
      title as string literal.
    • getTitleType

      public TitleType getTitleType()
      Deprecated.
      Specified by:
      getTitleType in interface ChartSeries
      Returns:
      title type.
    • isTitleSet

      protected boolean isTitleSet()
      Deprecated.
    • getCTSerTx

      protected org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx getCTSerTx()
      Deprecated.