NPlot Documented Class Library

Axis.Draw Method 

[This is preliminary documentation and subject to change.]

Draw the axis. This involves three steps: (1) Draw the axis line. (2) Draw the tick marks. (3) Draw the label.

public virtual void Draw(
   Graphics g,
   Point physicalMin,
   Point physicalMax,
   out Rectangle boundingBox
);

Parameters

g
The drawing 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.
boundingBox
out The bounding rectangle of the axis including axis line, label, tick marks and tick mark labels

See Also

Axis Class | NPlot Namespace