Uses of Class
com.vaadin.flow.component.charts.model.TickmarkPlacement
-
Packages that use TickmarkPlacement Package Description com.vaadin.flow.component.charts.model -
-
Uses of TickmarkPlacement in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return TickmarkPlacement Modifier and Type Method Description abstract TickmarkPlacementAxis. getTickmarkPlacement()TickmarkPlacementXAxis. getTickmarkPlacement()TickmarkPlacementYAxis. getTickmarkPlacement()TickmarkPlacementZAxis. getTickmarkPlacement()static TickmarkPlacementTickmarkPlacement. valueOf(String name)Returns the enum constant of this type with the specified name.static TickmarkPlacement[]TickmarkPlacement. 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 TickmarkPlacement Modifier and Type Method Description abstract voidAxis. setTickmarkPlacement(TickmarkPlacement tickmarkPlacement)For categorized axes only.voidXAxis. setTickmarkPlacement(TickmarkPlacement tickmarkPlacement)For categorized axes only.voidYAxis. setTickmarkPlacement(TickmarkPlacement tickmarkPlacement)For categorized axes only.voidZAxis. setTickmarkPlacement(TickmarkPlacement tickmarkPlacement)For categorized axes only.
-