Creates an instance of the BasePointMarker3D
The SciChart 3D WebAssembly Context containing native methods and access to our WebGL2 Engine and WebAssembly numerical methods
Optional parameters of type IBasePointMarker3DOptions used to configure the point-marker
Event handler which informs subscribers that a property has changed and the surface needs redrawing
The SciChart 3D WebAssembly Context containing native methods and access to our WebGL2 Engine and WebAssembly numerical methods
Gets or sets the point-marker fill as an HTML Color Code
Gets or sets the point-marker fill as an HTML Color Code
Defines the MarkerType, e.g. pixel point marker, Mesh (3d object) or textured-quad
Gets or sets the size of the point-marker in world coordinates
Gets or sets the size of the point-marker in world coordinates
Notifies listeners to propertyChanged that a property has changed and redraw is required
the property name
Generated using TypeDoc
The Base class for a 3D PointMarker in SciChart - High Performance JavaScript 3D Charts.
PointMarkers may be displayed on 3D Renderable Series to add scatter-points to 3D charts. For example: setting the ScatterRenderableSeries3D.pointMarker property property will render a point at each xyz data-value
See derived types of BasePointMarker3D for specific point-marker types.