ITickLabelsPool
StockSharp.Xaml.Charting.Visuals.Axes
Propiedades
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.
Devuelve: The item retrieved from the pool.
Get(Func<DefaultTickLabel, DefaultTickLabel>) : DefaultTickLabel
Retrieves an item from the pool.
Devuelve: The item retrieved from the pool.