DefaultTickCoordinatesProvider
StockSharp.Xaml.Charting.Numerics.TickCoordinateProviders
Provides methods to convert arrays of major and minor ticks (data values) into pixel coordinates.
继承自: ProviderBase
方法
GetTickCoordinates(double[], double[]) : TickCoordinates
Converts arrays of major and minor ticks (data values) into TickCoordinates structure containing pixel coordinates.
- minorTicks
- The minor ticks, cast to double.
- majorTicks
- The major ticks, cast to double.
返回值: The TickCoordinates structure containing pixel coordinates.
IsInBounds(double) : bool
Checks whether GridLinesPanel contains passed coordinate