TileLiveData_1 property: Tile class
Description
Use the TileLiveData_1 property to set the value for the first 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_1 represents a label for the live data.
This property is read/write.
Example
%This.hasLiveDataDescr = True;
%This.TileLiveData_1 = "Overall Profit Margin";