IMSL C# Numerical Library

Text Constructor

Constructs a Text object from a string.

Overload List

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);

See Also

Text Class | Imsl.Chart2D Namespace