public class Dial extends AbstractConfigurationObject
Options for the dial or arrow pointer of the gauge.
In
styled mode, the dial is styled with the
.highcharts-gauge-series .highcharts-dial
rule.
Constructor and Description |
---|
Dial() |
Modifier and Type | Method and Description |
---|---|
Color |
getBackgroundColor() |
String |
getBaseLength() |
Number |
getBaseWidth() |
Color |
getBorderColor() |
Number |
getBorderWidth() |
String |
getRadius() |
String |
getRearLength() |
Number |
getTopWidth() |
void |
setBackgroundColor(Color backgroundColor)
The background or fill color of the gauge's dial.
|
void |
setBaseLength(String baseLength)
The length of the dial's base part, relative to the total radius or
length of the dial.
|
void |
setBaseWidth(Number baseWidth)
The pixel width of the base of the gauge dial.
|
void |
setBorderColor(Color borderColor)
The border color or stroke of the gauge's dial.
|
void |
setBorderWidth(Number borderWidth)
The width of the gauge dial border in pixels.
|
void |
setRadius(String radius)
The radius or length of the dial, in percentages relative to the radius
of the gauge itself.
|
void |
setRearLength(String rearLength)
The length of the dial's rear end, the part that extends out on the other
side of the pivot.
|
void |
setTopWidth(Number topWidth)
The width of the top of the dial, closest to the perimeter.
|
public Color getBackgroundColor()
setBackgroundColor(Color)
public void setBackgroundColor(Color backgroundColor)
Defaults to: #000000
public String getBaseLength()
setBaseLength(String)
public void setBaseLength(String baseLength)
Defaults to: 70%
public Number getBaseWidth()
setBaseWidth(Number)
public void setBaseWidth(Number baseWidth)
Defaults to: 3
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 String getRadius()
setRadius(String)
public void setRadius(String radius)
Defaults to: 80%
public String getRearLength()
setRearLength(String)
public void setRearLength(String rearLength)
Defaults to: 10%
public Number getTopWidth()
setTopWidth(Number)
public void setTopWidth(Number topWidth)
Defaults to: 1
Copyright © 2021. All rights reserved.