The minor ticks represented in chart coordinates.
The major ticks represented in chart coordinates.
The minor ticks represented in pixel coordinates.
The major ticks represented in pixel coordinates.
TickCoordinates Constructor
Initializes a new instance of the TickCoordinates struct.
Syntax
public TickCoordinates( 
   double[] minorTicks,
   double[] majorTicks,
   float[] minorCoords,
   float[] majorCoords
)

Parameters

minorTicks
The minor ticks represented in chart coordinates.
majorTicks
The major ticks represented in chart coordinates.
minorCoords
The minor ticks represented in pixel coordinates.
majorCoords
The major ticks represented in 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