A list with tick values.
A coordinate calculator.
Whether these are major ticks or not.
CalculateTickCoords Method (RadarTickCoordinatesProvider)
Converts arrays of major and minor ticks (data values) into TickCoordinates structure containing pixel coordinates.
Syntax
protected override void CalculateTickCoords( 
   IList<double> ticks,
   ICoordinateCalculator<double> coordinateCalculator,
   bool isMajor
)

Parameters

ticks
A list with tick values.
coordinateCalculator
A coordinate calculator.
isMajor
Whether these are major ticks or not.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also