Uses of Enum Class
com.vaadin.flow.component.charts.model.TickmarkPlacement
-
Uses of TickmarkPlacement in com.vaadin.flow.component.charts.model
Modifier and TypeMethodDescriptionabstract TickmarkPlacement
Axis.getTickmarkPlacement()
XAxis.getTickmarkPlacement()
YAxis.getTickmarkPlacement()
ZAxis.getTickmarkPlacement()
static TickmarkPlacement
Returns the enum constant of this class with the specified name.static TickmarkPlacement[]
TickmarkPlacement.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionabstract void
Axis.setTickmarkPlacement
(TickmarkPlacement tickmarkPlacement) For categorized axes only.void
XAxis.setTickmarkPlacement
(TickmarkPlacement tickmarkPlacement) For categorized axes only.void
YAxis.setTickmarkPlacement
(TickmarkPlacement tickmarkPlacement) For categorized axes only.void
ZAxis.setTickmarkPlacement
(TickmarkPlacement tickmarkPlacement) For categorized axes only.