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 CreditsConfiguration. getCredits()Methods in com.vaadin.flow.component.charts.model with parameters of type Credits Modifier and Type Method Description voidConfiguration. 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 CreditsTheme. getCredits()Get credits styleMethods in com.vaadin.flow.component.charts.model.style with parameters of type Credits Modifier and Type Method Description voidTheme. setCredits(Credits credits)Set new style for credits
-