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:
DataSeriesItem that can hold also Z value. Used in e.g. bubble charts.
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataSeriesItem3d
(Number x, Number y, Number z) Constructs an item with X, Y and Z 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
-
DataSeriesItem3d
public DataSeriesItem3d() -
DataSeriesItem3d
Constructs an item with X, Y and Z values
Parameters:
x
-y
-z
-
-
-
Method Details
-
setZ
Sets the z value of the point.
Parameters:
z
- -
getZ
Returns:
the z value
-