Uses of Class
com.vaadin.flow.component.charts.model.Side
-
Packages that use Side Package Description com.vaadin.flow.component.charts.model -
-
Uses of Side in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return Side Modifier and Type Method Description Side
Frame. getSide()
Methods in com.vaadin.flow.component.charts.model with parameters of type Side Modifier and Type Method Description void
Frame. setSide(Side side)
Note: As of v5.0.12,frame.left
orframe.right
should be used instead.
-