Options
All
  • Public
  • Public/Protected
  • All
Menu

Options to pass to the BaseRenderableSeries3D constructor

Hierarchy

Index

Properties

Optional dataSeries

dataSeries: BaseDataSeries3D

The DataSeries which provides a datasource for this IRenderableSeries3D to draw

Optional Readonly id

id: string

A unique Id for the IRenderableSeries3D

Optional isVisible

isVisible: boolean

Gets or sets whether the IRenderableSeries3D is visible or not

Optional opacity

opacity: number

Gets or sets the opacity of the IRenderableSeries3D

remarks

Value range 0.0 to 1.0. Default = 1.

Optional pointMarker

pointMarker: BasePointMarker3D

A 3D Point Marker which is used to draw an optional 3D point-marker at each Xyz data-point. Applicable to some series types only

Optional shininess

shininess: number

Gets or sets an optional Shininess factor, passed to 3D rendering shaders to make shiny objects

Optional stroke

stroke: string

Gets or sets the stroke color as an HTML Color code

Generated using TypeDoc