NPlot Documented Class Library

Axis.DrawTicks Method 

[This is preliminary documentation and subject to change.]

DrawTicks method. In base axis class this does nothing.

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

Parameters

g
The graphics surface on which to draw
physicalMin
The physical position corresponding to the world minimum of the axis.
physicalMax
The physical position corresponding to the world maximum of the axis.
labelOffset
is set to a suitable offset from the axis to draw the axis label. In this base method, set to null.
boundingBox
is set to the smallest box that bounds the ticks and the tick text. In this base method, set to null.

See Also

Axis Class | NPlot Namespace