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.
Constructor and Description |
---|
Pivot() |
Modifier and Type | Method and Description |
---|---|
Color |
getBackgroundColor() |
Color |
getBorderColor() |
Number |
getBorderWidth() |
Number |
getRadius() |
void |
setBackgroundColor(Color backgroundColor)
The background color or fill of the pivot.
|
void |
setBorderColor(Color borderColor)
The border or stroke color of the pivot.
|
void |
setBorderWidth(Number borderWidth)
The border or stroke width of the pivot.
|
void |
setRadius(Number radius)
The pixel radius of the pivot.
|
public Color getBackgroundColor()
setBackgroundColor(Color)
public void setBackgroundColor(Color backgroundColor)
Defaults to: #000000
public Color getBorderColor()
setBorderColor(Color)
public void setBorderColor(Color borderColor)
Defaults to: #cccccc
public Number getBorderWidth()
setBorderWidth(Number)
public void setBorderWidth(Number borderWidth)
Defaults to: 0
public Number getRadius()
setRadius(Number)
public void setRadius(Number radius)
Defaults to: 5
Copyright © 2021. All rights reserved.