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(Func<DefaultTickLabel, DefaultTickLabel>) : DefaultTickLabel
Retrieves an item from the pool.
返回值: The item retrieved from the pool.