SetDataItemTitle method: Timeline class
Syntax
SetDataItemTitle(Record_Name.Field_Name)
Description
Use the SetDataItemTitle method to specify the title text to display for a time line item.
Parameters
| Parameter | Description |
|---|---|
|
Record_Name.Field_Name |
Specify the name of the record and the field on that record, which contains the title for a time line item. |
Returns
None.
Example
&oChart.SetDataItemTitle(RECORD.FIELD);