Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PointSeriesOptions3D<T>

Interface that can be used to specify readonly parameters when creating a PointSeries3D.

Index

Properties

Properties

Optional pointShape

pointShape : "cube" | "sphere"

Shape for points of series.

Only eligible if PointSeriesOptions3D.type is set to PointSeriesTypes3D.Triangulated.

Optional type

type : T

Defines the type of Point Series 3D.

See PointSeriesTypes3D for a collection of options.