FUIKPIViewItemStyle
public enum FUIKPIViewItemStyle
An enum representing the different view styles that a FUIKPIView
can have.
-
- metric: representing the value which is being displayed. For example, in:
$256k
, the metric is256
.
Declaration
Swift
case metric
- metric: representing the value which is being displayed. For example, in:
-
- unit: representing the unit information for the metric displayed. For example, in
$256k
, the units are$
andk
.
Declaration
Swift
case unit
- unit: representing the unit information for the metric displayed. For example, in
-
- icon: representing a 32px x 32px icon may be displayed.
Declaration
Swift
case icon
-
- fraction: representing the value which is being displayed in KPIChartView if as a fraction. For example, in:
76/100
, the fraction is76
and100
.
Declaration
Swift
case fraction
- fraction: representing the value which is being displayed in KPIChartView if as a fraction. For example, in: