Uses of Class
com.vaadin.flow.component.charts.model.style.AxisStyle
-
Packages that use AxisStyle Package Description com.vaadin.flow.component.charts.model.style com.vaadin.flow.component.charts.themes -
-
Uses of AxisStyle in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return AxisStyle Modifier and Type Method Description AxisStyleTheme. getxAxis()Get style of X axesAxisStyleTheme. getyAxis()Get style of Y axesMethods in com.vaadin.flow.component.charts.model.style with parameters of type AxisStyle Modifier and Type Method Description voidTheme. setxAxis(AxisStyle style)Set new style of X axesvoidTheme. setyAxis(AxisStyle style)Set new style of Y axes -
Uses of AxisStyle in com.vaadin.flow.component.charts.themes
Methods in com.vaadin.flow.component.charts.themes with parameters of type AxisStyle Modifier and Type Method Description protected voidLumoDarkTheme. setAxisDefaults(AxisStyle style)protected voidLumoLightTheme. setAxisDefaults(AxisStyle style)
-