Click or drag to resize
Text Constructor (String)
Constructs a Text object from a string.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Text(
	string text
)

Parameters

text
Type: SystemString
A string that is to be converted to a Text object.
See Also