ITickLabelsPool
StockSharp.Xaml.Charting.Visuals.Axes
Properties
AvailableCount : int
Gets the amount of pooled instances
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.