IMSL C# Numerical Library
DrawPick.DrawMarker Method
Draws a marker.
public override
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
DrawPick Class
|
Imsl.Chart2D Namespace