The minor ticks, cast to double.
The major ticks, cast to double.
GetTickCoordinates Method (CategoryTickCoordinatesProvider)
Converts arrays of major and minor ticks (data values) into TickCoordinates structure containing pixel coordinates.
Syntax
public override TickCoordinates GetTickCoordinates( 
   IList<double> minorTicks,
   IList<double> majorTicks
)

Parameters

minorTicks
The minor ticks, cast to double.
majorTicks
The major ticks, cast to double.

Return Value

The TickCoordinates structure containing pixel coordinates.
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