com.vaadin.flow.component.charts.model.

Class DataSeriesItem3d

All Implemented Interfaces:

Serializable

public class DataSeriesItem3d extends DataSeriesItem

DataSeriesItem that can hold also Z value. Used in e.g. bubble charts.

See Also:

  • Constructor Details

    • DataSeriesItem3d

      public DataSeriesItem3d()
    • DataSeriesItem3d

      public DataSeriesItem3d(Number x, Number y, Number z)

      Constructs an item with X, Y and Z values

      Parameters:

      x -

      y -

      z -

  • Method Details

    • setZ

      public void setZ(Number z)

      Sets the z value of the point.

      Parameters:

      z -

    • getZ

      public Number getZ()

      Returns:

      the z value