Class Pivot
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Pivot
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
The pixel radius of the pivot.
-
Constructor Details
-
Pivot
public Pivot()
-
-
Method Details
-
getBackgroundColor
- See Also:
-
setBackgroundColor
The background color or fill of the pivot.Defaults to: #000000
-
getBorderColor
- See Also:
-
setBorderColor
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
- See Also:
-
setBorderWidth
The border or stroke width of the pivot.Defaults to: 0
-
getRadius
- See Also:
-
setRadius
The pixel radius of the pivot.Defaults to: 5
-