Class XDDFLineChartData.Series

    • Constructor Detail

      • Series

        protected Series​(org.openxmlformats.schemas.drawingml.x2006.chart.CTLineSer series,
                         XDDFDataSource<?> category,
                         XDDFNumericalDataSource<? extends java.lang.Number> values)
      • Series

        protected Series​(org.openxmlformats.schemas.drawingml.x2006.chart.CTLineSer series,
                         org.openxmlformats.schemas.drawingml.x2006.chart.CTAxDataSource category,
                         org.openxmlformats.schemas.drawingml.x2006.chart.CTNumDataSource values)
    • Method Detail

      • getSmooth

        public java.lang.Boolean getSmooth()
        Since:
        4.0.1
      • setSmooth

        public void setSmooth​(java.lang.Boolean smooth)
        Parameters:
        smooth - whether or not to smooth lines, if null then reverts to default.
        Since:
        4.0.1
      • setMarkerSize

        public void setMarkerSize​(short size)
        Parameters:
        size -
        Minimum inclusive:
        2
        Maximum inclusive:
        72
      • setMarkerStyle

        public void setMarkerStyle​(MarkerStyle style)
      • getAxDS

        protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxDataSource getAxDS()
        Specified by:
        getAxDS in class XDDFChartData.Series
      • getNumDS

        protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumDataSource getNumDS()
        Specified by:
        getNumDS in class XDDFChartData.Series