Uses of Class
com.vaadin.flow.component.charts.ChartVariant
-
Packages that use ChartVariant Package Description com.vaadin.flow.component.charts -
-
Uses of ChartVariant in com.vaadin.flow.component.charts
Methods in com.vaadin.flow.component.charts that return ChartVariant Modifier and Type Method Description static ChartVariantChartVariant. valueOf(String name)Returns the enum constant of this type with the specified name.static ChartVariant[]ChartVariant. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.charts with parameters of type ChartVariant Modifier and Type Method Description voidChart. addThemeVariants(ChartVariant... variants)Adds theme variants to the component.voidChart. removeThemeVariants(ChartVariant... variants)Removes theme variants from the component.
-