NPlot Documented Class Library

DateTimeAxis.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.

See Also

DateTimeAxis Class | NPlot Namespace