Constructs a Text object from a string.
Constructs a Text object from a string.
public Text(string);
Constructs a Text object given a format string, an IFormatProvider and the value to be formatted.
public Text(string,IFormatProvider,IFormattable);
Constructs a Text object from a string with specified alignment.
public Text(string,int);
Text Class | Imsl.Chart2D Namespace