Uses of Class
com.vaadin.flow.component.charts.model.AxisDimension
-
Packages that use AxisDimension Package Description com.vaadin.flow.component.charts.model -
-
Uses of AxisDimension in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return AxisDimension Modifier and Type Method Description static AxisDimension
AxisDimension. valueOf(String name)
Returns the enum constant of this type with the specified name.static AxisDimension[]
AxisDimension. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-