com.vaadin.flow.component.charts.model.
Class DataSeriesItemTimeline
All Implemented Interfaces:
DataSeriesItem that can hold also Label and Description values. Used in e.g. timeline series.
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataSeriesItemTimeline
(Number x, String name, String label, String description) Constructs an item with X, Name, Label and Description values
DataSeriesItemTimeline
(String name, String label, String description) Constructs an item with Name, Label and Description values
DataSeriesItemTimeline
(Instant x, String name, String label, String description) Constructs an item with X, Name, Label and Description values
-
Method Summary
Methods inherited from class com.vaadin.flow.component.charts.model.DataSeriesItem
getCursor, getDataLabels, getDescription, getDial, getHigh, getLow, isCustomized, isSelected, makeCustomized, setColor, setCursor, setDataLabels, setDial, setHigh, setId, setLegendIndex, setLow, setMarker, setName, setSelected, setSliced
Methods inherited from class com.vaadin.flow.component.charts.model.AbstractSeriesItem
getClassName, getColor, getColorIndex, getId, getLegendIndex, getMarker, getName, getSliced, getX, getY, setClassName, setColorIndex, setX, setX, setX, setY
-
Constructor Details
-
DataSeriesItemTimeline
public DataSeriesItemTimeline() -
DataSeriesItemTimeline
Constructs an item with Name, Label and Description values
Parameters:
name
-label
-description
- -
DataSeriesItemTimeline
Constructs an item with X, Name, Label and Description values
Parameters:
x
-name
-label
-description
- -
DataSeriesItemTimeline
Constructs an item with X, Name, Label and Description values
Parameters:
x
-name
-label
-description
-
-
-
Method Details
-
getLabel
See Also:
-
setLabel
The label of event.
-
setDescription
The description of event. This description will be shown in tooltip.
Defaults to: undefined
Overrides:
setDescription
in classDataSeriesItem
-