FUIChartRangeSummaryItemView
@MainActor
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
@MainActor public required init?(coder aDecoder: NSCoder) -
: nodoc :
Declaration
Swift
@MainActor public override init(frame: CGRect) -
Text value of lower bound title for Range
Declaration
Swift
@MainActor public var lowerBoundTitle: FUIText -
Text value of lower bound title for Range
Declaration
Swift
@MainActor public var lowerBoundTitleAttributedText: NSAttributedString! { get set } -
Text value of upper bound title for Range
Declaration
Swift
@MainActor public var upperBoundTitle: FUIText -
Text value of lower bound title for Range
Declaration
Swift
@MainActor public var upperBoundTitleAttributedText: NSAttributedString! { get set } -
Text value describing the data
Declaration
Swift
@MainActor public var valueText: FUIText -
Text value of lower bound title for Range
Declaration
Swift
@MainActor public var valueAttributedText: NSAttributedString! { get set } -
Range of categories to be summarized.
Declaration
Swift
@MainActor public var categoryRange: ClosedRange<Int> -
: nodoc :
Declaration
Swift
@MainActor open override func refreshAttributedStrings()