NPlot Documented Class Library

LinePlot.DrawLineOrShadow Method 

[This is preliminary documentation and subject to change.]

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

public void DrawLineOrShadow(
   Graphics g,
   PhysicalAxis xAxis,
   PhysicalAxis yAxis,
   bool drawShadow
);

Parameters

g
The GDI+ surface on which to draw.
xAxis
The X-Axis to draw against.
yAxis
The Y-Axis to draw against.
drawShadow
If true draw the shadow for the line. If false, draw line.

See Also

LinePlot Class | NPlot Namespace