Uses of Class
com.vaadin.flow.component.charts.model.YAxis
Packages that use YAxis
-
Uses of YAxis in com.vaadin.flow.component.charts.events
Methods in com.vaadin.flow.component.charts.events that return YAxis -
Uses of YAxis in com.vaadin.flow.component.charts.model
Subclasses of YAxis in com.vaadin.flow.component.charts.modelMethods in com.vaadin.flow.component.charts.model that return YAxisModifier and TypeMethodDescriptionConfiguration.getyAxis()Returns the Y-axis or value axis.Configuration.getyAxis(int index) Navigator.getYAxis()Methods in com.vaadin.flow.component.charts.model that return types with arguments of type YAxisMethods in com.vaadin.flow.component.charts.model with parameters of type YAxisModifier and TypeMethodDescriptionvoidAdds a Y-axis.voidYAxis.setLinkedTo(YAxis axis) void* When using dual or multiple Y-axes, this number defines which Y-axis the particular series is connected to.voidOptions for the navigator Y axis.