Click or drag to resize
ChartNodeSetTitle Method (String)
Sets the value of the "Title" attribute.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetTitle(
	string title
)

Parameters

title
Type: SystemString
A String which specifies the "Title" attribute value.
See Also