NPlot Documented Class Library

Grid.Draw Method 

[This is preliminary documentation and subject to change.]

Draws the grid

public void Draw(
   Graphics g,
   PhysicalAxis xAxis,
   PhysicalAxis yAxis
);

Parameters

g
The graphics surface on which to draw
xAxis
The physical x axis to draw horizontal lines parallel to.
yAxis
The physical y axis to draw vertical lines parallel to.

Implements

IDrawable.Draw

See Also

Grid Class | NPlot Namespace