Class StreamGraphPlotOptions

    • Constructor Detail

      • StreamGraphPlotOptions

        public StreamGraphPlotOptions()
    • 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.

        Since:
        10.2.1.0
      • 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.
        Since:
        10.2.1.0
      • 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.
        Since:
        10.2.1.0
      • 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.
        Since:
        10.2.1.0
      • 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.
        Since:
        10.2.1.0
      • getFillOpacity

        public Number getFillOpacity()
        Returns fill opacity

        Default: 1.

        Since:
        10.2.1.0
      • setFillOpacity

        public void setFillOpacity​(Number fillOpacity)
        Sets fill opacity
        Since:
        10.2.1.0
      • 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.

        Since:
        10.2.1.0
      • 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.
        Since:
        10.2.1.0
      • 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.
        Since:
        10.2.1.0
      • 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.
        Since:
        10.2.1.0
      • 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.
        Since:
        10.2.1.0
      • getNegativeFillColor

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

        Default: null.

        Since:
        10.2.1.0
      • setNegativeFillColor

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

        Default: null.

        Since:
        10.2.1.0
      • setNegativeFillColor

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

        Default: null.

        Since:
        10.2.1.0
      • setNegativeFillColor

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

        Default: null.

        Since:
        10.2.1.0
      • setNegativeFillColor

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

        Default: null.

        Since:
        10.2.1.0
      • 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.

        Since:
        10.2.1.0
      • 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.
        Since:
        10.2.1.0