SetDataSeries method: Timeline class
Syntax
SetDataSeries(Record_Name.Field_Name)
Description
Use the SetDataSeries method to specify the identifier for the timeline series. Every distinct value in this field is considered a unique series. Only a maximum of two series is allowed.
Parameters
| Parameter | Description |
|---|---|
|
Record_Name.Field_Name |
Specify the name of the record and the field on that record that contains the series values for a timeline item. |
Returns
None.
Example
&oChart.SetDataSeries(RECORD.FIELD);