Uses of Class
com.vaadin.flow.component.charts.model.ItemPartialFill
-
Packages that use ItemPartialFill Package Description com.vaadin.flow.component.charts.model -
-
Uses of ItemPartialFill in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return ItemPartialFill Modifier and Type Method Description ItemPartialFillDataSeriesItemXrange. getPartialFill()Methods in com.vaadin.flow.component.charts.model with parameters of type ItemPartialFill Modifier and Type Method Description voidDataSeriesItemXrange. setPartialFill(ItemPartialFill partialFill)Partial fill configuration for series points, typically used to visualize how much of a task is performed.
-