Class GaugePlotOptions

    • Constructor Detail

      • GaugePlotOptions

        public GaugePlotOptions()
    • Method Detail

      • setDial

        public void setDial​(GaugeDialPlotOptions dial)
        Sets options for the dial or arrow pointer of the gauge.
      • getOvershoot

        public Number getOvershoot()
        Allow the dial 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: null

        Since:
        10.2.1.0
      • setOvershoot

        public void setOvershoot​(Number overshoot)
        Allow the dial 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: null

        Since:
        10.2.1.0
      • setPivot

        public void setPivot​(GaugePivotPlotOptions pivot)
        Sets options for the pivot or the center point of the gauge.
      • getShowInLegend

        public boolean getShowInLegend()
        Returns whether to display this particular series or series type in the legend. Defaults to false for gauge series.

        Default: false.

      • setShowInLegend

        public void setShowInLegend​(boolean showInLegend)
        Sets whether to display this particular series or series type in the legend. Defaults to false for gauge series.
        Overrides:
        setShowInLegend in class SeriesPlotOptions
      • getWrap

        public boolean getWrap()
        Deprecated.
        as of release 10.2.1.0, using isWrap() instead.
        Returns when this option is true, the dial will wrap around the axes. For instance, in a full-range gauge going from 0 to 360, a value of 400 will point to 40. When wrap is false, the dial stops at 360.

        Default: true.

      • isWrap

        public boolean isWrap()
        Returns when this option is true, the dial will wrap around the axes. For instance, in a full-range gauge going from 0 to 360, a value of 400 will point to 40. When wrap is false, the dial stops at 360.

        Default: true.

        Since:
        10.2.1.0
      • setWrap

        public void setWrap​(boolean wrap)
        Sets when this option is true, the dial will wrap around the axes. For instance, in a full-range gauge going from 0 to 360, a value of 400 will point to 40. When wrap is false, the dial stops at 360.