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
ISCIUpdatablebefore rendering.Declaration
Objective-C
- (void)updateWithAssetManager:(nonnull id<ISCIAssetManager2D>)assetManager renderPassState:(nonnull SCIRenderPassState *)renderPassState;Swift
func update(with assetManager: any ISCIAssetManager2D, renderPassState: SCIRenderPassState)Parameters
assetManagerThe
ISCIAssetManager2Dused in current render pass.renderPassStateThe
SCIRenderPassStateused in current render pass.
View on GitHub