Class Zone

    • Constructor Detail

      • Zone

        public Zone()
    • Method Detail

      • getColor

        public Color getColor()
        Get the color of the series.

        Default: null

        Since:
        2.1.0
      • setColor

        public void setColor​(Color color)
        Set the color of the series.
        Since:
        2.1.0
      • setColor

        public void setColor​(String color)
        Set the color of the series.
        Since:
        2.1.0
      • getDashStyle

        public String getDashStyle()
        Get name for the dash style to use for the graph.

        Default: null

        Since:
        2.1.0
      • setDashStyle

        public void setDashStyle​(String dashStyle)
        Set name for the dash style to use for the graph. Possible values are:
        • "Solid"
        • "ShortDash"
        • "ShortDot"
        • "ShortDashDot"
        • "ShortDashDotDot"
        • "Dot"
        • "Dash"
        • "LongDash"
        • "DashDot"
        • "LongDashDot"
        • "LongDashDotDot"
        Since:
        2.1.0
      • getFillColor

        public Color getFillColor()
        Get the fill color for the series (in area type series).

        Default: null

        Since:
        2.1.0
      • setFillColor

        public void setFillColor​(Color fillColor)
        Set the fill color for the series (in area type series).
        Since:
        2.1.0
      • setFillColor

        public void setFillColor​(String fillColor)
        Set the fill color for the series (in area type series).
        Since:
        2.1.0
      • setFillColor

        public void setFillColor​(LinearGradient fillColor)
        Set the fill color for the series (in area type series).
        Since:
        2.1.0
        See Also:
        LinearGradient
      • setFillColor

        public void setFillColor​(RadialGradient fillColor)
        Set the fill color for the series (in area type series).
        Since:
        2.1.0
        See Also:
        RadialGradient
      • getValue

        public Number getValue()
        Get value up to where the zone extends, if undefined the zones stretches to the last value in the series.

        Default: null

        Since:
        2.1.0
      • setValue

        public void setValue​(Number value)
        Get value up to where the zone extends, if undefined the zones stretches to the last value in the series.
        Since:
        2.1.0