Class AbstractXSSFChartSeries

    • 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.
      • isTitleSet

        protected boolean isTitleSet()
        Deprecated.
      • getCTSerTx

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