FUIChartSummaryItemView
open class FUIChartSummaryItemView : FUIChartSummaryItemBaseView<FUIChartSummaryItem>, FUITitleComponent, FUIValuesComponent
View produced by FUIChartSummaryView
, for each FUIChartSummaryItem
supplied by the devloper to the FUIChartSummaryDataSource
.
Important
Typically not instantiated by app developer.-
: nodoc :
Declaration
Swift
public required init?(coder aDecoder: NSCoder)
-
: nodoc :
Declaration
Swift
public override init(frame: CGRect)
-
: nodoc :
Declaration
Swift
public convenience init()
-
: nodoc :
Declaration
Swift
open override func refreshAttributedStrings()
-
text value for Chart title
Declaration
Swift
public var title: FUIText
-
String Array of values to display in the ChartSummary
Declaration
Swift
public var values: [String] { get set }
-
Developer formatted
NSAttributedString
to be displayed as the values. Will overridevalues
values and default style.Declaration
Swift
public var valuesAttributedText: NSAttributedString! { get set }
-
Mapping to category index in the dataset, or, if
-1
, invokes the fixed summary item.Declaration
Swift
public var categoryIndex: Int
-
boolean value to determine whether the titleHeight is being preserved
Declaration
Swift
public var isPreservingTitleHeight: Bool
-
boolean value to determine whether the trendHeight is being preserved
Declaration
Swift
public var isPreservingTrendHeight: Bool