Returns the value of the "Title" attribute.

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

Syntax

C#
public virtual Text GetTitle()
Visual Basic (Declaration)
Public Overridable Function GetTitle As Text
Visual C++
public:
virtual Text^ GetTitle()

Return Value

A Text which contains the "Title" attribute value.

See Also