FUIChartRangeSummaryItemView
open class FUIChartRangeSummaryItemView : FUIChartSummaryItemBaseView<FUIChartRangeSummaryItem>
View produced by FUIChartSummaryView
, for each FUIChartRangeSummaryItem
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()
-
Text value of lower bound title for Range
Declaration
Swift
public var lowerBoundTitle: FUIText
-
Text value of lower bound title for Range
Declaration
Swift
public var lowerBoundTitleAttributedText: NSAttributedString! { get set }
-
Text value of upper bound title for Range
Declaration
Swift
public var upperBoundTitle: FUIText
-
Text value of lower bound title for Range
Declaration
Swift
public var upperBoundTitleAttributedText: NSAttributedString! { get set }
-
Text value describing the data
Declaration
Swift
public var valueText: FUIText
-
Text value of lower bound title for Range
Declaration
Swift
public var valueAttributedText: NSAttributedString! { get set }
-
Range of categories to be summarized.
Declaration
Swift
public var categoryRange: ClosedRange<Int>
-
: nodoc :
Declaration
Swift
open override func refreshAttributedStrings()