Class XDDFDataPoint


  • @Beta
    public class XDDFDataPoint
    extends Object
    Since:
    5.1.0
    • Constructor Detail

      • XDDFDataPoint

        @Internal
        protected XDDFDataPoint​(org.openxmlformats.schemas.drawingml.x2006.chart.CTDPt point)
    • Method Detail

      • getIndex

        public long getIndex()
      • setFillProperties

        public void setFillProperties​(XDDFFillProperties fill)
        Parameters:
        fill - fill property for the shape representing the point.
      • setLineProperties

        public void setLineProperties​(XDDFLineProperties line)
        Parameters:
        line - line property for the shape representing the point.
      • getExplosion

        public Long getExplosion()
      • setExplosion

        public void setExplosion​(Long explosion)
      • getInvertIfNegative

        public boolean getInvertIfNegative()
      • setInvertIfNegative

        public void setInvertIfNegative​(boolean invertIfNegative)
      • setMarkerSize

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

        public void setMarkerStyle​(MarkerStyle style)