NPlot Documented Class Library

PhysicalAxis.Draw Method 

[This is preliminary documentation and subject to change.]

Draws the axis on the given graphics surface.

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

Parameters

g
The graphics surface on which to draw.
boundingBox
out: the axis bounding box - the smallest rectangle that completely contains all parts of the axis [including ticks and label].

See Also

PhysicalAxis Class | NPlot Namespace