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 } -
A dictionary containing the attributes to set from developers
Declaration
Swift
public var attributes: [NSAttributedStringKey : Any] { get set } -
Returns the
FUIKPIViewItemStyleenum value forFUIKPIMetricItemDeclaration
Swift
open var style: FUIKPIViewItemStyle { get }