Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional dataPointWidthX

dataPointWidthX: number

Sets the data point width in X direction in Data Space.

Optional dataPointWidthZ

dataPointWidthZ: number

Sets the data point width in Z direction in Data Space.

Optional dataSeries

dataSeries: BaseDataSeries3D

The DataSeries which provides a datasource for this IRenderableSeries3D to draw

Optional fill

fill: string

Sets the column fill as an HTML Color Code. This will override the pointMarker fill if set.

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

A point marker 3D Point Marker which is used to draw columns at each Xyz data-point.

Optional seriesName

seriesName: string

Series name

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

Optional useMetadataColors

useMetadataColors: boolean

Sets flag to do coloring per data-point using metadata vertexColor

Generated using TypeDoc