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

SCIDrawablePointMarker

@interface SCIDrawablePointMarker : SCIPointMarkerBase

Allows any custom drawing to be rendered via ISCIRenderContext2D API at each data point location.

Warning

Derived classes must implement -internalDrawWithContext:at:withStrokePen:andFillBrush: which draws PointMarker at specified point, otherwise exception will be throwed.