Click or drag to resize
Annotation Constructor (ChartNode, Image, Double, Double)
Renders an Image object centered at an x,y location in chart coordinates.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Annotation(
	ChartNode parent,
	Image img,
	double x,
	double y
)

Parameters

parent
Type: Imsl.Chart2DChartNode
The ChartNode parent of this data node, usually an Axis object.
img
Type: System.DrawingImage
The Image object to draw.
x
Type: SystemDouble
The x location in user coordinates.
y
Type: SystemDouble
The y location in user coordinates.
See Also