Uses of Class
com.vaadin.flow.component.charts.model.Axis
-
Packages that use Axis Package Description com.vaadin.flow.component.charts.model -
-
Uses of Axis in com.vaadin.flow.component.charts.model
Classes in com.vaadin.flow.component.charts.model with type parameters of type Axis Modifier and Type Class Description classAxisList<T extends Axis>Alternative AxisContainer to allow multiple axesSubclasses of Axis in com.vaadin.flow.component.charts.model Modifier and Type Class Description classColorAxisclassXAxisThe X axis or category axis.classYAxisThe Y axis or value axis.classZAxisThe Z axis or depth axis for 3D plots.Methods in com.vaadin.flow.component.charts.model with parameters of type Axis Modifier and Type Method Description booleanAxisList. contains(Axis axis)voidChartConfiguration. 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.intAxisList. indexOf(Axis axis)
-