Uses of Class
com.vaadin.flow.component.charts.model.ColorAxis
-
Packages that use ColorAxis Package Description com.vaadin.flow.component.charts.model -
-
Uses of ColorAxis in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return ColorAxis Modifier and Type Method Description ColorAxisConfiguration. getColorAxis()Returns the color axis.ColorAxisConfiguration. getColorAxis(int index)Methods in com.vaadin.flow.component.charts.model with parameters of type ColorAxis Modifier and Type Method Description voidConfiguration. addColorAxis(ColorAxis axis)Adds a color-axis to the configuration
-