Class SolidGaugePlotOptions

    • Constructor Detail

      • SolidGaugePlotOptions

        public SolidGaugePlotOptions()
    • Method Detail

      • getInnerRadius

        public Object getInnerRadius()
        Returns the inner radius for points in a solid gauge. Can be given as a number (pixels) or percentage string.

        Default: 60

        Since:
        7.2.1.0
      • setInnerRadius

        public void setInnerRadius​(Number innerRadius)
        Sets the inner radius for points in a solid gauge. Can be given as a number (pixels).
        Since:
        7.2.1.0
      • setInnerRadius

        public void setInnerRadius​(String innerRadius)
        Sets the inner radius for points in a solid gauge. Can be given as a percentage string.
        Since:
        7.2.1.0
      • getLinecap

        public String getLinecap()
        Returns whether the strokes of the solid gauge should be round or square.

        Default: "round"

        Overrides:
        getLinecap in class SeriesPlotOptions
        Since:
        7.2.1.0
      • setLinecap

        public void setLinecap​(String linecap)
        Sets whether the strokes of the solid gauge should be round or square.
        Overrides:
        setLinecap in class SeriesPlotOptions
        Since:
        7.2.1.0
      • getOvershoot

        public Number getOvershoot()
        Allow the gauge to overshoot the end of the perimeter axis by this many degrees. Say if the gauge axis goes from 0 to 60, a value of 100, or 1000, will show 5 degrees beyond the end of the axis when this option is set to 5.

        Default: 0

        Overrides:
        getOvershoot in class GaugePlotOptions
        Since:
        7.2.1.0
      • setOvershoot

        public void setOvershoot​(Number overshoot)
        Allow the gauge to overshoot the end of the perimeter axis by this many degrees. Say if the gauge axis goes from 0 to 60, a value of 100, or 1000, will show 5 degrees beyond the end of the axis when this option is set to 5.
        Overrides:
        setOvershoot in class GaugePlotOptions
        Since:
        7.2.1.0
      • getRadius

        public Object getRadius()
        Returns the outer radius for points in a solid gauge. Can be given as a number (pixels) or percentage string.

        Default: 100

        Since:
        7.2.1.0
      • setRadius

        public void setRadius​(Number radius)
        Sets the outer radius for points in a solid gauge. Can be given as a number (pixels).
        Since:
        7.2.1.0
      • setRadius

        public void setRadius​(String radius)
        Sets the outer radius for points in a solid gauge. Can be given as a percentage string.
        Since:
        7.2.1.0
      • isRounded

        public boolean isRounded()
        Returns whether to draw rounded edges on the gauge.

        Default: false

        Since:
        7.2.1.0
      • setRounded

        public void setRounded​(boolean rounded)
        Sets whether to draw rounded edges on the gauge.
        Since:
        7.2.1.0