Annotation Constructor (ChartNode, Text, Double, Double) |
Creates a Text 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,
Text text,
double x,
double y
)
Public Sub New (
parent As ChartNode,
text As Text,
x As Double,
y As Double
)
public:
Annotation(
ChartNode^ parent,
Text^ text,
double x,
double y
)
new :
parent : ChartNode *
text : Text *
x : float *
y : float -> Annotation
Parameters
- parent
- Type: Imsl.Chart2DChartNode
The ChartNode parent of this data node, usually an
Axis object.
- text
- Type: Imsl.Chart2DText
The Text object to draw. - x
- Type: SystemDouble
The x location in user coordinates. - y
- Type: SystemDouble
The y location in user coordinates.
See Also