All Implemented Interfaces:
Serializable

public class Pivot extends AbstractConfigurationObject

Options for the pivot or the center point of the gauge.

In styled mode, the pivot is styled with the .highcharts-gauge-series .highcharts-pivot rule.

See Also:
  • Constructor Details

    • Pivot

      public Pivot()
  • Method Details

    • getBackgroundColor

      public Color getBackgroundColor()
      See Also:
    • setBackgroundColor

      public void setBackgroundColor(Color backgroundColor)
      The background color or fill of the pivot.

      Defaults to: #000000

    • getBorderColor

      public Color getBorderColor()
      See Also:
    • setBorderColor

      public void setBorderColor(Color borderColor)
      The border or stroke color of the pivot. In able to change this, the borderWidth must also be set to something other than the default 0.

      Defaults to: #cccccc

    • getBorderWidth

      public Number getBorderWidth()
      See Also:
    • setBorderWidth

      public void setBorderWidth(Number borderWidth)
      The border or stroke width of the pivot.

      Defaults to: 0

    • getRadius

      public Number getRadius()
      See Also:
    • setRadius

      public void setRadius(Number radius)
      The pixel radius of the pivot.

      Defaults to: 5