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