We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.charts.model.
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:
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
-