NPlot Documented Class Library

IDrawable.Draw Method 

[This is preliminary documentation and subject to change.]

Draws this object against an x and y PhysicalAxis.

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

Parameters

g
The graphics surface on which to draw.
xAxis
The physical x-axis to draw against.
yAxis
The physical y-axis to draw against.

See Also

IDrawable Interface | NPlot Namespace