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 AxisStyle
Theme. getxAxis()
Get style of X axesAxisStyle
Theme. getyAxis()
Get style of Y axesMethods in com.vaadin.flow.component.charts.model.style with parameters of type AxisStyle Modifier and Type Method Description void
Theme. setxAxis(AxisStyle style)
Set new style of X axesvoid
Theme. 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 void
LumoDarkTheme. setAxisDefaults(AxisStyle style)
protected void
LumoLightTheme. setAxisDefaults(AxisStyle style)
-