Uses of Class
com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
-
Packages that use ResetZoomButtonRelativeTo Package Description com.vaadin.flow.component.charts.model -
-
Uses of ResetZoomButtonRelativeTo in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return ResetZoomButtonRelativeTo Modifier and Type Method Description ResetZoomButtonRelativeTo
ResetZoomButton. getRelativeTo()
static ResetZoomButtonRelativeTo
ResetZoomButtonRelativeTo. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResetZoomButtonRelativeTo[]
ResetZoomButtonRelativeTo. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.charts.model with parameters of type ResetZoomButtonRelativeTo Modifier and Type Method Description void
ResetZoomButton. setRelativeTo(ResetZoomButtonRelativeTo relativeTo)
What frame the button should be placed related to.
-