ITickLabelsPool

StockSharp.Xaml.Charting.Visuals.Axes

属性

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.

方法

Dispose()

Disposes of items in the pool that implement IDisposable.

Get() : DefaultTickLabel

Retrieves an item from the pool.

返回值: The item retrieved from the pool.

Get(Func<DefaultTickLabel, DefaultTickLabel>) : DefaultTickLabel

Retrieves an item from the pool.

返回值: The item retrieved from the pool.

Put(DefaultTickLabel)

Places an item in the pool.

item
The item to place to the pool.