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 Handles
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Handles
All Implemented Interfaces:
Options for the handles for dragging the zoomed area.
In
styled mode, the navigator handles are styled with the
.highcharts-navigator-handle
,
.highcharts-navigator-handle-left
and
.highcharts-navigator-handle-right
classes.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBackgroundColor
(Color backgroundColor) The fill for the handle.
void
setBorderColor
(Color borderColor) The stroke for the handle border and the stripes inside.
-
Constructor Details
-
Handles
public Handles()
-
-
Method Details
-
getBackgroundColor
See Also:
-
setBackgroundColor
The fill for the handle.
Defaults to: #f2f2f2
-
getBorderColor
See Also:
-
setBorderColor
The stroke for the handle border and the stripes inside.
Defaults to: #999999
-