Class XDDFChartData.Series

    • Method Detail

      • getSeriesText

        protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTSerTx getSeriesText()
      • setShowLeaderLines

        public abstract void setShowLeaderLines​(boolean showLeaderLines)
      • setShapeProperties

        public abstract void setShapeProperties​(XDDFShapeProperties properties)
      • getAxDS

        protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTAxDataSource getAxDS()
      • getNumDS

        protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTNumDataSource getNumDS()
      • setIndex

        protected abstract void setIndex​(long index)
      • setOrder

        protected abstract void setOrder​(long order)
      • getDPtList

        protected abstract List<org.openxmlformats.schemas.drawingml.x2006.chart.CTDPt> getDPtList()
      • setTitle

        public void setTitle​(String title)
        Set the Chart Series title.
        Parameters:
        title - chart series title
        Since:
        POI 5.2.3
      • setTitle

        public void setTitle​(String title,
                             CellReference titleRef)
        Set the Chart Series title.
        Parameters:
        title - chart series title
        titleRef - cell reference
      • plot

        public void plot()
      • setFillProperties

        public void setFillProperties​(XDDFFillProperties fill)
        Parameters:
        fill - fill property for the shape representing the series.
        Since:
        POI 4.1.1
      • setLineProperties

        public void setLineProperties​(XDDFLineProperties line)
        Parameters:
        line - line property for the shape representing the series.
        Since:
        POI 4.1.1
      • clearDataPoint

        public void clearDataPoint​(long index)
        If a data point definition with the given index exists, then remove it. Otherwise do nothing.
        Parameters:
        index - data point index.
        Since:
        POI 5.1.0
      • getDataPoint

        public XDDFDataPoint getDataPoint​(long index)
        If a data point definition with the given index exists, then return it. Otherwise create a new data point definition and return it.
        Parameters:
        index - data point index.
        Returns:
        the data point with the given index.
        Since:
        POI 5.1.0
      • retrieveNumCache

        protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumData retrieveNumCache​(org.openxmlformats.schemas.drawingml.x2006.chart.CTNumDataSource numDataSource,
                                                                                              XDDFDataSource<?> data)