title PARAM tag



Assigns text to the chart title.

Syntax

<PARAM NAME = "title" VALUE = "tString">

Values

tString
The title text:

Value Description
string The string to be assigned to the title.
@string The name of an ImmediateAccess or ArrayAccess data item whose contents is the title string. If it is the name of an ImmediateAccess data item, the data item contains the title string. If it is the name of an ArrayAccess data item, the title string is in the first cell of the array.

See Also
DataSource property