iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIDrawable
@protocol ISCIDrawable <NSObject>
Defines the interface for instance which can be drawn on ISCIRenderSurface.
-
Draws this
ISCIDrawableinstance.Declaration
Objective-C
- (void)onDrawWithContext:(nonnull id<ISCIRenderContext2D>)renderContext andAssetManager:(nonnull id<ISCIAssetManager2D>)assetManager;Swift
func onDraw(_ renderContext: any ISCIRenderContext2D, assetManager: any ISCIAssetManager2D)Parameters
renderContextThe render context instance to draw on.
assetManagerThe asset manager associated with render context.
View on GitHub