SetTileContentAsTwoKPIsTopBottom method: Tile class

Syntax

SetTileContentAsTwoKPIsTopBottom()

Description

Invoke the SetTileContentAsTwoKPIsTopBottom 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 stacked on the tile, rather than side-by-side.

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.