Click or drag to resize
AnnotationSetLocation Method
Update the location of this Annotation instance.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetLocation(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
A double specifying the new x location in chart coordinates.
y
Type: SystemDouble
A double specifying the new y location in chart coordinates.
See Also