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 DataSeriesItem3d
- 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.DataSeriesItem3d
-
All Implemented Interfaces:
public class DataSeriesItem3d extends DataSeriesItem
DataSeriesItem that can hold also Z value. Used in e.g. bubble charts.
See Also:
-
-
Constructor Summary
Constructors Constructor Description DataSeriesItem3d()
DataSeriesItem3d(Number x, Number y, Number z)
Constructs an item with X, Y and Z values
-
Method Summary
All Methods Modifier and Type Method Description Number
getZ()
void
setZ(Number z)
Sets the z value of the point.
-
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
-
-