Uses of Class
com.vaadin.flow.component.charts.model.AxisType
-
Packages that use AxisType Package Description com.vaadin.flow.component.charts.model -
-
Uses of AxisType in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return AxisType Modifier and Type Method Description abstract AxisTypeAxis. getType()AxisTypeXAxis. getType()AxisTypeYAxis. getType()AxisTypeZAxis. getType()static AxisTypeAxisType. valueOf(String name)Returns the enum constant of this type with the specified name.static AxisType[]AxisType. 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 AxisType Modifier and Type Method Description abstract voidAxis. setType(AxisType type)The type of axis.voidXAxis. setType(AxisType type)The type of axis.voidYAxis. setType(AxisType type)The type of axis.voidZAxis. setType(AxisType type)The type of axis.
-