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 WaterFallSum
- 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.WaterFallSum
-
All Implemented Interfaces:
public class WaterFallSum extends DataSeriesItem
DataSeriesItem that can be used as sum or intermediate sum in waterfall charts. Note that sums don't support all standard point features and their value don't need be be set (automatically calculated).
See Also:
-
-
Constructor Summary
Constructors Constructor Description WaterFallSum(String name)
-
Method Summary
All Methods Modifier and Type Method Description boolean
isIntermediate()
void
setIntermediate(boolean intermediate)
-
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 Detail
-
WaterFallSum
public WaterFallSum(String name)
-
-