We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.charts.model.
Class Pivot
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Pivot
All Implemented Interfaces:
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
-