ITickLabelsPool
StockSharp.Xaml.Charting.Visuals.Axes
Propriedades
AvailableCount : int
Gets the amount of pooled instances
Métodos
Dispose()
Disposes of items in the pool that implement IDisposable.
Get() : DefaultTickLabel
Retrieves an item from the pool.
Retorna: The item retrieved from the pool.
Get(Func<DefaultTickLabel, DefaultTickLabel>) : DefaultTickLabel
Retrieves an item from the pool.
Retorna: The item retrieved from the pool.