RenderOperationLayer
StockSharp.Xaml.Charting.Rendering.Common
Stores a queue of Action operations to perform, intended to be used to queue rendering operations and re-arrange Z-order
Methods
Enqueue
public void Enqueue(Action operation)
renderOperationLayer.Enqueue(operation)
Enqueues an operation to the layer
- operation
- The operation to queue
Flush
public void Flush()
renderOperationLayer.Flush()
Flushes, the layer, which processes all operations and clears the queue