Draws a marker.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public override void DrawMarker(
	int x,
	int y
)
Visual Basic (Declaration)
Public Overrides Sub DrawMarker ( _
	x As Integer, _
	y As Integer _
)
Visual C++
public:
virtual void DrawMarker(
	int x, 
	int y
) override

Parameters

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

See Also