
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIRenderOperationLayer
@interface SCIRenderOperationLayer : SCIDisposableBase <ISCIDrawable>
A helper class which stores a queue of action operations to perform, intended to be used to queue rendering operations and re-arrange Z-order
.
-
Enqueues an operation to the layer.
Declaration
Objective-C
- (void)enqueue:(nonnull SCIAction2)operation;
Parameters
operation
Operation to queue.