ITickLabelsPool
StockSharp.Xaml.Charting.Visuals.Axes
Свойства
AvailableCount : int
Gets the amount of pooled instances
Методы
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.