SetTileContentAsTwoKPIs method: Tile class

Syntax

SetTileContentAsTwoKPIs()

Description

Invoke the SetTileContentAsTwoKPIs method within your implementation of the getTileLiveData method only if you wish to dynamically override the tile content type to display two KPIs at runtime. With this method, the KPI data will be displayed side-by-side on the tile, rather than stacked. As an alternative, you can set the TileKPI_2_Layout property to change the orientation of the KPI data after invoking the SetTileContentAsTwoKPIs method.

If you invoke this method, then the TileKPI_1, TileKPI_1_Label, TileKPI_2, and TileKPI_2_Label properties are required.

Parameters

None.

Returns

None.