NPlot Documented Class Library

Marker.Draw Method 

[This is preliminary documentation and subject to change.]

Draws the marker at the given position

public void Draw(
   Graphics g,
   int x,
   int y
);

Parameters

g
The graphics surface on which to draw.
x
The [physical] x position to draw the marker.
y
The [physical] y position to draw the marker.

See Also

Marker Class | NPlot Namespace