iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCIBaseMeshPointMarker3D

@interface SCIBaseMeshPointMarker3D : SCIBasePointMarker3D

Defines the base-class for a 3D point marker which renders a 3D model at each point.

Warning

Designed to be an abstract class, hence should be used for inheritance only. No direct initializations.
  • Creates a new instance of SCIBaseMeshPointMarker3D class.

    Declaration

    Objective-C

    - (nonnull instancetype)init;

    Swift

    init()