Uses of Class
com.vaadin.flow.component.charts.model.Credits
-
Packages that use Credits Package Description com.vaadin.flow.component.charts.model com.vaadin.flow.component.charts.model.style -
-
Uses of Credits in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return Credits Modifier and Type Method Description Credits
Configuration. getCredits()
Methods in com.vaadin.flow.component.charts.model with parameters of type Credits Modifier and Type Method Description void
Configuration. setCredits(Credits credits)
Sets/changes the credits label that is added in the lower right corner of the chart. -
Uses of Credits in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return Credits Modifier and Type Method Description Credits
Theme. getCredits()
Get credits styleMethods in com.vaadin.flow.component.charts.model.style with parameters of type Credits Modifier and Type Method Description void
Theme. setCredits(Credits credits)
Set new style for credits
-