Options
All
  • Public
  • Public/Protected
  • All
Menu
summary

The Base class for a 3D PointMarker in SciChart - High Performance JavaScript 3D Charts.

description

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

remarks

See derived types of BasePointMarker3D for specific point-marker types.

Hierarchy

Index

Constructors

Protected constructor

Properties

Readonly propertyChanged

Event handler which informs subscribers that a property has changed and the surface needs redrawing

Protected Readonly webAssemblyContext

webAssemblyContext: TSciChart3D

The SciChart 3D WebAssembly Context containing native methods and access to our WebGL2 Engine and WebAssembly numerical methods

Accessors

fill

  • get fill(): string
  • set fill(fill: string): void
  • Gets or sets the point-marker fill as an HTML Color Code

    Returns string

  • Gets or sets the point-marker fill as an HTML Color Code

    Parameters

    • fill: string

    Returns void

markerType

  • Defines the MarkerType, e.g. pixel point marker, Mesh (3d object) or textured-quad

    Returns EMarkerType

size

  • get size(): number
  • set size(size: number): void
  • Gets or sets the size of the point-marker in world coordinates

    Returns number

  • Gets or sets the size of the point-marker in world coordinates

    Parameters

    • size: number

    Returns void

Methods

Protected notifyPropertyChanged

  • notifyPropertyChanged(propertyName: string): void
  • Notifies listeners to propertyChanged that a property has changed and redraw is required

    Parameters

    • propertyName: string

      the property name

    Returns void

Generated using TypeDoc