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:
Serializable
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
-
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
-
WaterFallSum
-
-
Method Details
-
setIntermediate
public void setIntermediate(boolean intermediate) - Parameters:
intermediate
- true if the sum is should be intermediate
-
isIntermediate
public boolean isIntermediate()
-