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 ZAxisConfiguration. getzAxis()Returns the Z-axis.ZAxisConfiguration. 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 voidConfiguration. addzAxis(ZAxis axis)Adds a Z-axis.voidZAxis. setLinkedTo(ZAxis axis)
-