
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
ISCIDrawable
instance.Declaration
Objective-C
- (void)onDrawWithContext:(nonnull id<ISCIRenderContext2D>)renderContext andAssetManager:(nonnull id<ISCIAssetManager2D>)assetManager;
Parameters
renderContext
The render context instance to draw on.
assetManager
The asset manager associated with render context.