SetSeriesLabels method: Timeline class
Syntax
SetSeriesLabels(&Array_of_String)
Description
Use the SetSeriesLabels method to specify the labels to display for a timeline series. For a timeline with only one series, use the TimelineLabel property.
Parameters
| Parameter | Description |
|---|---|
|
&Array_of_String |
Specify an already instantiated array of string containing the labels to display for the timeline series. |
Returns
None.
Example
&oChart.SetSeriesLabels(CreateArray("TimeLine Series 1", "TimeLine Series 2"));
Related Topics