Sets the value of the "Title" attribute.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual void SetTitle( string title ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub SetTitle ( _ title As String _ ) |
Visual C++ |
---|
public: virtual void SetTitle( String^ title ) |
Parameters
- title
- Type: System..::.String
A String which specifies the "Title" attribute value.