Uses of Class
com.vaadin.flow.component.charts.model.ZAxis
-
Packages that use ZAxis Package Description com.vaadin.flow.component.charts.model -
-
Uses of ZAxis in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return ZAxis Modifier and Type Method Description ZAxis
Configuration. getzAxis()
Returns the Z-axis.ZAxis
Configuration. getzAxis(int index)
Methods in com.vaadin.flow.component.charts.model that return types with arguments of type ZAxis Modifier and Type Method Description AxisList<ZAxis>
Configuration. getzAxes()
Methods in com.vaadin.flow.component.charts.model with parameters of type ZAxis Modifier and Type Method Description void
Configuration. addzAxis(ZAxis axis)
Adds a Z-axis.void
ZAxis. setLinkedTo(ZAxis axis)
-