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
See an example of this in our demos for ScatterRenderableSeries3D
Override the scale for this particular point. Set=1.0 for default
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
Property naming was wrong, we've updated it to vertexColor [SCJS-1566]
Generated using TypeDoc
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
See an example of this in our demos for ScatterRenderableSeries3D