isTileLiveData_2_Metrics property: Tile class
Description
Use the isTileLiveData_2_Metrics property to set a Boolean value indicating whether to format the TileLiveData_2 element as a metric similar to the badge metric (in tangerine orange and in bold). This is the recommended formatting for the second live data element.
This property is read/write.
Example
%This.hasLiveDataDescr = True;
%This.TileLiveData_2 = NumberToString("%10.2v", &nMetric) | "%";
%This.isTileLiveData_2_Metrics = True;
Related Topics