IMSL C# Numerical Library

Draw.DrawMarker Method 

Draws a marker.

public virtual void DrawMarker(
   int x,
   int y
);

Parameters

x
An int which specifies the x-coordinate of the marker destination, (x,y).
y
An int which specifies the y-coordinate of the marker destination, (x,y).

See Also

Draw Class | Imsl.Chart2D Namespace