NPlot Documented Class Library

LabelAxis.DrawTicks Method 

[This is preliminary documentation and subject to change.]

Given Graphics surface, and physical extents of axis, draw ticks and associated labels.

protected override void DrawTicks(
   Graphics g,
   Point physicalMin,
   Point physicalMax,
   out object labelOffset,
   out object boundingBox
);

Parameters

g
The GDI+ Graphics surface on which to draw.
physicalMin
The physical location of the world min point
physicalMax
The physical location of the world max point
labelOffset
out: a suitable offset from the axis to draw the axis label.
boundingBox
out: smallest box that completely encompasses all of the ticks and tick labels.

See Also

LabelAxis Class | NPlot Namespace