hasLivedataTrendImage property: Tile class

Description

Use the hasLivedataTrendImage property to set a Boolean value indicating whether to display an optional trend image (up or down). When a trend image is enabled, it is displayed preceding the TileLiveData_2 element in the live data area or with the first KPI data value only when a single KPI is displayed (either the 1 KPI or the chart and 1 KPI content types).

Note:

Only one trend image can be displayed on a tile. The default location is in the live data area. Therefore, if you want to associate a trend image with KPI data, you should not enable the live data area for the tile. If you enable the live data area, the trend image will be displayed there and not with the KPI data.

This property is read/write.

Example

%This.hasLiveDataDescr = True;
%This.TileLiveData_2 = NumberToString("%10.2v", &nMetric) | "%";
%This.isTileLiveData_2_Metrics = True;

/* A trend arrow is an optional element of live data. */
%This.hasLivedataTrendImage = True; 
%This.TrendImage = %This.k_strTrendUpImage;