
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIUpdatable
@protocol ISCIUpdatable <NSObject>
Defines the interface with methods for updating elements during render pass.
-
Updates the state of this
ISCIUpdatable
before rendering.Declaration
Objective-C
- (void)updateWithAssetManager:(nonnull id<ISCIAssetManager2D>)assetManager renderPassState:(nonnull SCIRenderPassState *)renderPassState;
Parameters
assetManager
The
ISCIAssetManager2D
used in current render pass.renderPassState
The
SCIRenderPassState
used in current render pass.