Uses of Class
com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Packages that use PlotOptionsTimeline Package Description com.vaadin.flow.component.charts.model.style -
-
Uses of PlotOptionsTimeline in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return PlotOptionsTimeline Modifier and Type Method Description PlotOptionsTimeline
PlotOptionsStyle. getTimeline()
Methods in com.vaadin.flow.component.charts.model.style with parameters of type PlotOptionsTimeline Modifier and Type Method Description void
PlotOptionsStyle. setTimeline(PlotOptionsTimeline timeline)
Sets the style options forChartType.TIMELINE
charts
-