Click or drag to resize
Annotation Constructor (ChartNode, String, Double, Double)
Creates a string object at the specific x,y location in chart coordinates.

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

Parameters

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