Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SurfaceSeriesOptions3D<T>

Interface that can be used to specify readonly parameters when creating a new Surface Series 3D.

Index

Properties

columns

columns : number

Horizontal resolution of the Heatmap.

end

end : PointXZ

End point position of the Surface along the XZ plane.

pixelate

pixelate : boolean

Data definition per cell / per vertex of the Heatmap.

Value Desired result
pixelate: true Intensity / Color applies per cell
pixelate: false Intensity / Color applies per vertex

rows

rows : number

Vertical resolution of the Heatmap.

start

start : PointXZ

Starting point position of the Surface along the XZ plane.

Optional type

type : T

Defines the type of Surface Series 3D.

See SurfaceSeriesTypes3D for a collection of options.