The value of the attribute "Title".

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class Text
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Text
Visual C++
[SerializableAttribute]
public ref class Text

Remarks

A title is a multi-line string with alignment information.

Line breaks are indicated by the newline character ('\n') within the string.

Titles are drawn relative to a reference point. Alignment determines the position of the reference point on the horizontally-aligned box that bounds the text.

Inheritance Hierarchy

System..::.Object
Imsl.Chart2D..::.Text

See Also