Class AbstractXSSFChartSeries

  • All Implemented Interfaces:
    ChartSeries

    @Deprecated
    @Removal(version="4.2")
    public abstract class AbstractXSSFChartSeries
    extends java.lang.Object
    implements ChartSeries
    Deprecated.
    use XDDFChartData.Series instead
    Base of all XSSF Chart Series
    • Constructor Detail

      • AbstractXSSFChartSeries

        public AbstractXSSFChartSeries()
        Deprecated.
    • Method Detail

      • 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​(java.lang.String title)
        Deprecated.
        Description copied from interface: ChartSeries
        Sets the title of the series as a string literal.
        Specified by:
        setTitle in interface ChartSeries
      • getTitleString

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