Class DumbbellPlotOptions

    • Constructor Detail

      • DumbbellPlotOptions

        public DumbbellPlotOptions()
    • Method Detail

      • getConnectorColor

        public String getConnectorColor()
        Returns the color of the line that connects the dumbbell point's values. By default it is the series' color.

        Defaults to null.

      • setConnectorColor

        public void setConnectorColor​(String connectorColor)
        Sets the color of the line that connects the dumbbell point's values. By default it is the series' color.

        Defaults to null.

      • getConnectorWidth

        public Number getConnectorWidth()
        Returns the pixel width of the line that connects the dumbbell point's values.

        Default: 1

        Overrides:
        getConnectorWidth in class SeriesPlotOptions
      • setConnectorWidth

        public void setConnectorWidth​(Number connectorWidth)
        Sets the pixel width of the line that connects the dumbbell point's values.

        Default: 1

        Overrides:
        setConnectorWidth in class SeriesPlotOptions
      • 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.
      • getLowColor

        public Color getLowColor()
        Returns color of the start markers in a dumbbell graph.

        Default: "#333333".

      • setLowColor

        public void setLowColor​(Color color)
        Sets color of the start markers in a dumbbell graph.

        Default: "#333333".

      • setLowColor

        public void setLowColor​(String color)
        Sets color of the start markers in a dumbbell graph.

        Default: "#333333".

      • setLowColor

        public void setLowColor​(LinearGradient color)
        Sets color of the start markers in a dumbbell graph.

        Default: "#333333".

      • setLowColor

        public void setLowColor​(RadialGradient color)
        Sets color of the start markers in a dumbbell graph.

        Default: "#333333".

      • getLowMarker

        public LowMarker getLowMarker()
        Returns options for the lower markers of the dumbbell-like series. When lowMarker is not defined, options inherit form the marker.
        Since:
        11.2.0.0
      • setLowMarker

        public void setLowMarker​(LowMarker lowMarker)
        Sets options for the lower markers of the dumbbell-like series. When lowMarker is not defined, options inherit form the marker.
        Since:
        11.2.0.0
      • 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.

        Default: null.

      • setNegativeFillColor

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

        Default: null.

      • setNegativeFillColor

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

        Default: null.

      • setNegativeFillColor

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

        Default: null.

      • getPointPadding

        public Number getPointPadding()
        Returns the padding between each column or bar, in x axis units. Default: 0.1
      • setPointPadding

        public void setPointPadding​(Number pointPadding)
        Sets the padding between each column or bar, in x axis units.