NPlot Documented Class Library

Axis.WorldTickPositions Method 

[This is preliminary documentation and subject to change.]

Determines the positions of all Large and Small ticks.

public void WorldTickPositions(
   Point physicalMin,
   Point physicalMax,
   out ArrayList largeTickPositions,
   out ArrayList smallTickPositions
);

Parameters

physicalMin
The physical position corresponding to the world minimum of the axis.
physicalMax
The physical position corresponding to the world maximum of the axis.
largeTickPositions
ArrayList containing the positions of the large ticks.
smallTickPositions
ArrayList containing the positions of the small ticks.

See Also

Axis Class | NPlot Namespace