Annotation Constructor (ChartNode, String, Double, Double) |
Creates a string object at the specific x,y location in
chart coordinates.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Annotation(
ChartNode parent,
string s,
double x,
double y
)
Public Sub New (
parent As ChartNode,
s As String,
x As Double,
y As Double
)
public:
Annotation(
ChartNode^ parent,
String^ s,
double x,
double y
)
new :
parent : ChartNode *
s : string *
x : float *
y : float -> Annotation
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