Update the location of this Annotation instance.

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

Syntax

C#
public void SetLocation(
	double x,
	double y
)
Visual Basic (Declaration)
Public Sub SetLocation ( _
	x As Double, _
	y As Double _
)
Visual C++
public:
void SetLocation(
	double x, 
	double y
)

Parameters

x
Type: System..::.Double
A double specifying the new x location in chart coordinates.
y
Type: System..::.Double
A double specifying the new y location in chart coordinates.

See Also