iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCISpritePointMarker
@interface SCISpritePointMarker : SCIPointMarkerBase
Allows any custom drawing to be rendered as a Sprite (bitmap) at each data point location.
Note
Derived classes should provideISCISpritePointMarkerDrawer implementation to specify desired drawing.
See
SCIPointMarkerBase.
See
SCISpritePointMarker.
See
SCISquarePointMarker.
See
SCICrossPointMarker.
-
Creates new instance of
SCISpritePointMarker.Declaration
Objective-C
- (nonnull instancetype)initWithDrawer: (nonnull id<ISCISpritePointMarkerDrawer>)drawer;Swift
init(drawer: any ISCISpritePointMarkerDrawer)Parameters
drawerThe
ISCISpritePointMarkerDrawerinstance which will performe actual drawinigs
View on GitHub