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 is “256”.

    Declaration

    Swift

    case metric
    • unit: representing the unit information for the metric displayed. For example, in “$256k”, the units are “$” and “k”.

    Declaration

    Swift

    case unit
    • 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 is “76” and “100”.

    Declaration

    Swift

    case fraction