RenderOperationLayers

StockSharp.Xaml.Charting.Rendering.Common

A collection of RenderOperationLayer layers, which allow rendering operations to be posted to a layered queue for later execution in order (and correct Z-ordering).

Implements: IEnumerable<RenderOperationLayer>, IEnumerable

Properties

Item : RenderOperationLayer

Gets the RenderOperationLayer with the specified RenderLayer.

layer
The layer to get.

Methods

Flush()

Flushes the RenderOperationLayer collection, processing and executing all render operations according to the Z-order defined by the RenderLayer enumeration

GetEnumerator() : IEnumerator<RenderOperationLayer>

Returns an enumerator that iterates through a collection.

Returns: An IEnumerator object that can be used to iterate through the collection.

System#Collections#IEnumerable#GetEnumerator()

Returns an enumerator that iterates through a collection.

Returns: An IEnumerator object that can be used to iterate through the collection.