Uses of Class
com.vaadin.flow.component.charts.model.YAxis
-
Packages that use YAxis Package Description com.vaadin.flow.component.charts.events com.vaadin.flow.component.charts.model -
-
Uses of YAxis in com.vaadin.flow.component.charts.events
Methods in com.vaadin.flow.component.charts.events that return YAxis Modifier and Type Method Description YAxisYAxesExtremesSetEvent. getAxis() -
Uses of YAxis in com.vaadin.flow.component.charts.model
Subclasses of YAxis in com.vaadin.flow.component.charts.model Modifier and Type Class Description classColorAxisMethods in com.vaadin.flow.component.charts.model that return YAxis Modifier and Type Method Description YAxisConfiguration. getyAxis()Returns the Y-axis or value axis.YAxisConfiguration. getyAxis(int index)YAxisNavigator. getYAxis()Methods in com.vaadin.flow.component.charts.model that return types with arguments of type YAxis Modifier and Type Method Description AxisList<YAxis>Configuration. getyAxes()Methods in com.vaadin.flow.component.charts.model with parameters of type YAxis Modifier and Type Method Description voidConfiguration. addyAxis(YAxis axis)Adds a Y-axis.voidYAxis. setLinkedTo(YAxis axis)voidAbstractSeries. setyAxis(YAxis secondaryAxis)* When using dual or multiple Y-axes, this number defines which Y-axis the particular series is connected to.voidNavigator. setYAxis(YAxis yAxis)Options for the navigator Y axis.
-