TileLiveData_3 property: Tile class

Description

Use the TileLiveData_3 property to set the value for the third segment of live data as a String value. To display live data, the live data area must be enabled in the Tile Wizard definition, by invoking the setTileLiveData method, or by setting the hasLiveDataDescr property.

Typically, TileLiveData_3 is used to display an additional description of the live data.

This property is read/write.

Example

%This.hasLiveDataDescr = True;
%This.TileLiveData_3 = "from Q3";