ChartNodeSetTitle Method (String) |
Sets the value of the "Title" attribute.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetTitle(
string title
)
Public Overridable Sub SetTitle (
title As String
)
public:
virtual void SetTitle(
String^ title
)
abstract SetTitle :
title : string -> unit
override SetTitle :
title : string -> unit
Parameters
- title
- Type: SystemString
A String which specifies the "Title" attribute value.
See Also