Click or drag to resize
DrawMapDrawMarker Method
Draws a marker.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override void DrawMarker(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
An int which specifies the x-coordinate of the marker destination, (x,y).
y
Type: SystemInt32
An int which specifies the y-coordinate of the marker destination, (x,y).
See Also