ITickProvider

StockSharp.Xaml.Charting.Visuals.Axes

Provides base interface for tick providers

Методы

GetMajorTicks(IAxisParams) : double[]

Returns double representation of major ticks array for IAxis

axis
GetMinorTicks(IAxisParams) : double[]

Returns double representation of minor ticks array for IAxis

axis
Init(IAxis)

Called when the tick provider is initialized as it is attached to the parent axis, with the parent axis instance

axis
The parent IAxis instance