Uses of Class
com.vaadin.flow.component.charts.model.Lang
-
Packages that use Lang Package Description com.vaadin.flow.component.charts -
-
Uses of Lang in com.vaadin.flow.component.charts
Methods in com.vaadin.flow.component.charts that return Lang Modifier and Type Method Description Lang
ChartOptions. getLang()
Returns theLang
in use ornull
if no lang configuration has been set.Methods in com.vaadin.flow.component.charts with parameters of type Lang Modifier and Type Method Description void
ChartOptions. setLang(Lang lang)
Changes the language of all charts.
-