FUIKPIMetricItem
open class FUIKPIMetricItem : FUIKPIViewItem
The FUIKPIMetricItem
conforms to FUIKPIViewItem
protocol for representing the value being displayed in FUIKPIView
. For example, in: $256k
, the metric is 256
.
-
Stylized string to be displayed as the KPIMetric
Declaration
Swift
public var attributedString: NSAttributedString { get }
-
Returns the
FUIKPIViewItemStyle
enum value forFUIKPIMetricItem
Declaration
Swift
open var style: FUIKPIViewItemStyle { get }