Class AreaPlotOptions

    • Constructor Detail

      • AreaPlotOptions

        public AreaPlotOptions()
    • Method Detail

      • getFillColor

        public Color getFillColor()
        Returns fill color or gradient for the area. When null, the series' color is used with the series' fillOpacity.

        Default: null.

      • setFillColor

        public void setFillColor​(Color color)
        Sets fill color or gradient for the area. When null, the series' color is used with the series' fillOpacity.
      • setFillColor

        public void setFillColor​(String color)
        Sets fill color or gradient for the area. When null, the series' color is used with the series' fillOpacity.
      • setFillColor

        public void setFillColor​(LinearGradient color)
        Sets fill color or gradient for the area. When null, the series' color is used with the series' fillOpacity.
      • setFillColor

        public void setFillColor​(RadialGradient color)
        Sets fill color or gradient for the area. When null, the series' color is used with the series' fillOpacity.
      • getFillOpacity

        public Number getFillOpacity()
        Returns fill opacity for the area.

        Default: 0.75.

      • setFillOpacity

        public void setFillOpacity​(Number fillOpacity)
        Sets fill opacity for the area.
      • getLineColor

        public Color getLineColor()
        Returns a separate color for the graph line. By default the line takes the color of the series, but the lineColor setting allows setting a separate color for the line without altering the fillColor.

        Default: null.

      • setLineColor

        public void setLineColor​(Color color)
        Sets a separate color for the graph line. By default the line takes the color of the series, but the lineColor setting allows setting a separate color for the line without altering the fillColor.
      • setLineColor

        public void setLineColor​(String color)
        Sets a separate color for the graph line. By default the line takes the color of the series, but the lineColor setting allows setting a separate color for the line without altering the fillColor.
      • setLineColor

        public void setLineColor​(LinearGradient color)
        Sets a separate color for the graph line. By default the line takes the color of the series, but the lineColor setting allows setting a separate color for the line without altering the fillColor.
      • setLineColor

        public void setLineColor​(RadialGradient color)
        Sets a separate color for the graph line. By default the line takes the color of the series, but the lineColor setting allows setting a separate color for the line without altering the fillColor.
      • getNegativeFillColor

        public Color getNegativeFillColor()
        Returns a separate color for the negative part of the area.

        Default: null.

      • setNegativeFillColor

        public void setNegativeFillColor​(Color color)
        Sets a separate color for the negative part of the area.
      • setNegativeFillColor

        public void setNegativeFillColor​(String color)
        Sets a separate color for the negative part of the area.
      • setNegativeFillColor

        public void setNegativeFillColor​(LinearGradient color)
        Sets a separate color for the negative part of the area.
      • setNegativeFillColor

        public void setNegativeFillColor​(RadialGradient color)
        Sets a separate color for the negative part of the area.
      • getTrackByArea

        public boolean getTrackByArea()
        Returns whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.

        Default: false.

      • setTrackByArea

        public void setTrackByArea​(boolean trackByArea)
        Sets whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.