Uses of Class
com.vaadin.flow.component.charts.model.HTMLLabelItem
-
Packages that use HTMLLabelItem Package Description com.vaadin.flow.component.charts.model -
-
Uses of HTMLLabelItem in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return HTMLLabelItem Modifier and Type Method Description HTMLLabelItem[]HTMLLabels. getItems()Methods in com.vaadin.flow.component.charts.model with parameters of type HTMLLabelItem Modifier and Type Method Description voidHTMLLabels. setItems(HTMLLabelItem... items)Sets the label itemsConstructors in com.vaadin.flow.component.charts.model with parameters of type HTMLLabelItem Constructor Description HTMLLabels(HTMLLabelItem... items)Constructs a HTMLLabels instance with the given label itemsHTMLLabels(Style style, HTMLLabelItem... items)Constructs a HTMLLabels instance with a style shared for all the labels and the given label items
-