Class BellCurvePlotOptions

    • Constructor Detail

      • BellCurvePlotOptions

        public BellCurvePlotOptions()
    • 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 for the area, arearange, areaspline, areasplinerange, bellcurve, and streamgraph.

        Default: 0.75.

        Since:
        10.2.1.0
      • setFillOpacity

        public void setFillOpacity​(Number fillOpacity)
        Sets fill opacity for the area, arearange, areaspline, areasplinerange, bellcurve, and streamgraph.
        Since:
        10.2.1.0
      • getIntervals

        public Number getIntervals()
        Returns the length of the bell curve. A unit of the length of the bell curve is standard deviation.

        Default: 3

        Since:
        7.2.1.0
      • setIntervals

        public void setIntervals​(Number intervals)
        Sets the length of the bell curve. A unit of the length of the bell curve is standard deviation.
        Since:
        7.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
      • getPointsInInterval

        public Number getPointsInInterval()
        Returns how many points should be plotted within 1 interval. See getIntervals().

        Default: 3

        Since:
        7.2.1.0
      • setPointsInInterval

        public void setPointsInInterval​(Number pointsInInterval)
        Sets how many points should be plotted within 1 interval. See getIntervals().
        Since:
        7.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