ITickLabelsPool

StockSharp.Xaml.Charting.Visuals.Axes

Properties

AvailableCount : int

Gets the amount of pooled instances

Count : int

Gets the summary amount of created instances

IsEmpty : bool

Gets the value indicating whether current ITickLabelsPool instance is empty.

Methods

Dispose()

Disposes of items in the pool that implement IDisposable.

Get() : DefaultTickLabel

Retrieves an item from the pool.

Returns: The item retrieved from the pool.

Get(Func<DefaultTickLabel, DefaultTickLabel>) : DefaultTickLabel

Retrieves an item from the pool.

Returns: The item retrieved from the pool.

Put(DefaultTickLabel)

Places an item in the pool.

item
The item to place to the pool.