Returns the value of the "Title" attribute.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Text GetTitle()
Public Overridable Function GetTitle As Text
public:
virtual Text^ GetTitle()
abstract GetTitle : unit -> Text
override GetTitle : unit -> Text
Return Value
Type:
Text
A
Text which contains the "Title" attribute value.
See Also