NPlot Documented Class Library

LogAxis.DrawTicks Method 

[This is preliminary documentation and subject to change.]

Draw the ticks.

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

Parameters

g
The drawing surface on which to draw.
physicalMin
The minimum physical extent of the axis.
physicalMax
The maximum physical extent of the axis.
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.

Return Value

An ArrayList containing the offset from the axis required for an axis label to miss this tick, followed by a bounding rectangle for the tick and tickLabel drawn.

See Also

LogAxis Class | NPlot Namespace