Class DataSeriesItemSankey
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.AbstractSeriesItem
com.vaadin.flow.component.charts.model.DataSeriesItem
com.vaadin.flow.component.charts.model.DataSeriesItemSankey
- All Implemented Interfaces:
Serializable
DataSeriesItem that can hold also "from", "to" and "weight". Used in sankey
series.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataSeriesItemSankey
(String from, String to, Number weight) Constructs an item with from, to and weight 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, setDescription, 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
-
DataSeriesItemSankey
public DataSeriesItemSankey() -
DataSeriesItemSankey
Constructs an item with from, to and weight values- Parameters:
from
-to
-weight
-
-
-
Method Details
-
getFrom
-
setFrom
-
getTo
-
setTo
-
getWeight
-
setWeight
-