AnnotationSetLocation Method |
Update the location of this Annotation instance.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetLocation(
double x,
double y
)
Public Sub SetLocation (
x As Double,
y As Double
)
public:
void SetLocation(
double x,
double y
)
member SetLocation :
x : float *
y : float -> unit
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