Options
All
  • Public
  • Public/Protected
  • All
Menu

The CylinderPointMarker3D adds a 3D Cylinder to each XYZ point in a 3D Scatter or Bubble series

remarks

See related class ScatterRenderableSeries3D which renders a BasePointMarker3D at each Xyz point in an XyzDataSeries3D Data Series.

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

pointsMesh

  • get pointsMesh(): TSRIndexedMesh

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