Class BoxPlotOptions

    • Constructor Detail

      • BoxPlotOptions

        public BoxPlotOptions()
    • Method Detail

      • getBoxDashStyle

        public String getBoxDashStyle()
        Returns the dash style of the box.

        Defaults to Solid.

        Since:
        10.2.1.
      • setBoxDashStyle

        public void setBoxDashStyle​(String boxDashStyle)
        Sets the dash style of the box.

        Defaults to Solid.

        Since:
        10.2.1.
      • getFillColor

        public Color getFillColor()
        Returns the fill color of the box.

        Default: #FFFFFF

      • setFillColor

        public void setFillColor​(Color color)
        Sets the fill color of the box.
      • setFillColor

        public void setFillColor​(String color)
        Sets the fill color of the box.
      • setFillColor

        public void setFillColor​(LinearGradient color)
        Sets the fill color of the box.
      • setFillColor

        public void setFillColor​(RadialGradient color)
        Sets the fill color of the box.
      • getMedianColor

        public String getMedianColor()
        Returns the color of the median line. If null, the general series color applies.
      • setMedianColor

        public void setMedianColor​(String medianColor)
        Sets the color of the median line. If null, the general series color applies. 'medianColor the color of the median line. If null, the general series color applies.
      • setMedianColor

        public void setMedianColor​(Color medianColor)
        Sets the color of the median line. If null, the general series color applies. 'medianColor the color of the median line. If null, the general series color applies.
        Since:
        10.2.1.0
      • setMedianColor

        public void setMedianColor​(LinearGradient medianColor)
        Sets the color of the median line. If null, the general series color applies. 'medianColor the color of the median line. If null, the general series color applies.
        Since:
        10.2.1.0
      • setMedianColor

        public void setMedianColor​(RadialGradient medianColor)
        Sets the color of the median line. If null, the general series color applies. 'medianColor the color of the median line. If null, the general series color applies.
        Since:
        10.2.1.0
      • getMedianDashStyle

        public String getMedianDashStyle()
        Returns a name for the dash style of the median. The value for the medianDashStyle include:
        • Solid
        • ShortDash
        • ShortDot
        • ShortDashDot
        • ShortDashDotDot
        • Dot
        • Dash
        • LongDash
        • DashDot
        • LongDashDot
        • LongDashDotDot

        Default: "Solid"

        Since:
        10.2.1.0
      • setMedianDashStyle

        public void setMedianDashStyle​(String medianDashStyle)
        Sets a name for the dash style of the median. The value for the medianDashStyle include:
        • Solid
        • ShortDash
        • ShortDot
        • ShortDashDot
        • ShortDashDotDot
        • Dot
        • Dash
        • LongDash
        • DashDot
        • LongDashDot
        • LongDashDotDot
        Since:
        10.2.1.0
      • getMedianWidth

        public Number getMedianWidth()
        Returns the pixel width of the median line. If null, the setLineWidth(Number) is used.

        Default: 2

      • setMedianWidth

        public void setMedianWidth​(Number medianWidth)
        Sets the pixel width of the median line. If null, the setLineWidth(Number) is used.

        Default: 2

      • getStemColor

        public Color getStemColor()
        Returns the color of the stem, the vertical line extending from the box to the whiskers. If null, the series color is used.
      • setStemColor

        public void setStemColor​(Color color)
        Sets the color of the stem, the vertical line extending from the box to the whiskers. If null, the series color is used.
      • setStemColor

        public void setStemColor​(String color)
        Sets the color of the stem, the vertical line extending from the box to the whiskers. If null, the series color is used.
      • setStemColor

        public void setStemColor​(LinearGradient color)
        Sets the color of the stem, the vertical line extending from the box to the whiskers. If null, the series color is used.
      • setStemColor

        public void setStemColor​(RadialGradient color)
        Sets the color of the stem, the vertical line extending from the box to the whiskers. If null, the series color is used.
      • getStemDashStyle

        public String getStemDashStyle()
        Returns the dash style of the stem, the vertical line extending from the box to the whiskers.
      • setStemDashStyle

        public void setStemDashStyle​(String stemDashStyle)
        Sets the dash style of the stem, the vertical line extending from the box to the whiskers.
      • getStemWidth

        public Number getStemWidth()
        Returns the width of the stem, the vertical line extending from the box to the whiskers. If null, the width is inherited from the setLineWidth(Number) option.
      • setStemWidth

        public void setStemWidth​(Number stemWidth)
        Sets the width of the stem, the vertical line extending from the box to the whiskers. If null, the width is inherited from the setLineWidth(Number) option.
      • getWhiskerColor

        public Color getWhiskerColor()
        Returns the color of the whiskers, the horizontal lines marking low and high values. When null, the general series color is used.

        Default: null

      • setWhiskerColor

        public void setWhiskerColor​(Color color)
        Sets the color of the whiskers, the horizontal lines marking low and high values. When null, the general series color is used.
      • setWhiskerColor

        public void setWhiskerColor​(String color)
        Sets the color of the whiskers, the horizontal lines marking low and high values. When null, the general series color is used.
      • setWhiskerColor

        public void setWhiskerColor​(LinearGradient color)
        Sets the color of the whiskers, the horizontal lines marking low and high values. When null, the general series color is used.
      • setWhiskerColor

        public void setWhiskerColor​(RadialGradient color)
        Sets the color of the whiskers, the horizontal lines marking low and high values. When null, the general series color is used.
      • getWhiskerLength

        public String getWhiskerLength()
        Returns the length of the whiskers, the horizontal lines marking low and high values. It can be a numerical pixel value, or a percentage value of the box width. Set 0 to disable whiskers.

        Default: 50%

      • setWhiskerLength

        public void setWhiskerLength​(String whiskerLength)
        Sets the length of the whiskers, the horizontal lines marking low and high values. It can be a numerical pixel value, or a percentage value of the box width. Set 0 to disable whiskers.
      • setWhiskerLength

        public void setWhiskerLength​(Number whiskerLength)
        Sets the length of the whiskers, the horizontal lines marking low and high values. It can be a numerical pixel value, or a percentage value of the box width. Set 0 to disable whiskers.
      • getWhiskerWidth

        public Number getWhiskerWidth()
        Returns the line width of the whiskers, the horizontal lines marking low and high values. When null, the general setLineWidth(Number) applies.
      • setWhiskerWidth

        public void setWhiskerWidth​(Number whiskerWidth)
        Sets the line width of the whiskers, the horizontal lines marking low and high values. When null, the general setLineWidth(Number) applies.
      • getWhiskerDashStyle

        public String getWhiskerDashStyle()
        Returns the dash style of the whisker.

        Defaults to Solid.

        Since:
        10.2.1.
      • setWhiskerDashStyle

        public void setWhiskerDashStyle​(String whiskerDashStyle)
        Sets the dash style of the whisker.

        Defaults to Solid.

        Since:
        10.2.1.