NPlot Documented Class Library

StepPlot.Draw Method 

[This is preliminary documentation and subject to change.]

Draws the step plot on a GDI+ surface against the provided x and y axes.

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

Parameters

g
The GDI+ surface on which to draw.
xAxis
The X-Axis to draw against.
yAxis
The Y-Axis to draw against.

Implements

IDrawable.Draw

See Also

StepPlot Class | NPlot Namespace