@Generated(value="This class is generated and shouldn\'t be modified", comments="Incorrect and missing API should be reported to https://github.com/vaadin/vaadin-charts-flow/issues/new") 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 |
---|---|
String |
getBaseLength() |
Number |
getBaseWidth() |
String |
getRadius() |
String |
getRearLength() |
Number |
getTopWidth() |
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 |
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 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 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 © 2020. All rights reserved.