Assigns text to the chart title.
<PARAM NAME = "title" VALUE = "tString">
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. |