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.See
SCICubePointMarker3D.
-
Creates a new instance of
SCIBaseMeshPointMarker3Dclass.Declaration
Objective-C
- (nonnull instancetype)init;Swift
init()
View on GitHub