SetSeriesEmptyText method: Timeline class
Syntax
SetSeriesEmptyText(&Array_of_String)
Description
Use the SetSeriesEmptyText method to specify the text to display for an empty timeline series. For a timeline with only one series, use the TimelineEmptyText property.
Parameters
| Parameter | Description |
|---|---|
|
&Array_of_String |
Specify an already instantiated array of string containing the text that you want to display for an empty timeline series. |
Returns
None.
Example
&oChart.SetSeriesEmptyText(CreateArray("Timeline Empty 1", "Timeline Empty 2"));
Related Topics