Options
All
  • Public
  • Public/Protected
  • All
Menu

Metadata may be added to some 3D Chart DataSeries to define per-point colouring and scaling. You can optionally create types that implement IPointMetadata3D to pass further info through per-point

remarks

See an example of this in our demos for ScatterRenderableSeries3D

Hierarchy

  • IPointMetadata3D

Index

Properties

Optional pointScale

pointScale: number

Override the scale for this particular point. Set=1.0 for default

Optional vertexColor

vertexColor: number

Override the color for this particular point. Set=undefined for default. Note: This is a 32-bit integer in ARGB format, e.g. 0xFFFF0000 is Red

Optional vertexColorAbgr

vertexColorAbgr: number
deprecated

Property naming was wrong, we've updated it to vertexColor [SCJS-1566]

Generated using TypeDoc