Uses of Class
com.vaadin.flow.component.charts.model.Axis
Packages that use Axis
-
Uses of Axis in com.vaadin.flow.component.charts.model
Classes in com.vaadin.flow.component.charts.model with type parameters of type AxisModifier and TypeClassDescriptionclassAlternative AxisContainer to allow multiple axesSubclasses of Axis in com.vaadin.flow.component.charts.modelModifier and TypeClassDescriptionclassclassThe X axis or category axis.classThe Y axis or value axis.classThe Z axis or depth axis for 3D plots.Methods in com.vaadin.flow.component.charts.model with parameters of type AxisModifier and TypeMethodDescriptionbooleanvoidChartConfiguration.fireAxesRescaled(Axis axis, Number minimum, Number maximum, boolean redraw, boolean animate) voidConfiguration.fireAxesRescaled(Axis axis, Number minimum, Number maximum, boolean redraw, boolean animate) Fires axis rescaled event.int