Uses of Class
com.vaadin.flow.component.charts.model.PartialFill
Packages that use PartialFill
-
Uses of PartialFill in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return PartialFillModifier and TypeMethodDescriptionPlotOptionsGantt.getPartialFill()PlotOptionsXrange.getPartialFill()Methods in com.vaadin.flow.component.charts.model with parameters of type PartialFillModifier and TypeMethodDescriptionvoidPlotOptionsGantt.setPartialFill(PartialFill partialFill) Partial fill configuration for series points, typically used to visualize how much of a task is performed.voidPlotOptionsXrange.setPartialFill(PartialFill partialFill) Partial fill configuration for series points, typically used to visualize how much of a task is performed.