FUIChartSummaryItemBaseView
@MainActor
open class FUIChartSummaryItemBaseView<ItemType> : FUITintableDrawingView<FUIControlState>, FUITrendComponent where ItemType : FUIChartSummaryItemType
Base view of FUIChartSummaryItem and FUIChartSummaryRangeItem views.
-
Text to display for the trend
Declaration
Swift
@MainActor public var trend: FUIText -
UIImageto use for the trendImageDeclaration
Swift
@MainActor public var trendImage: UIImage? -
UIColorto use for the trend. Is applied to bothtrendandtrendImagevalues.Declaration
Swift
@MainActor public var trendSemanticColor: UIColor? -
Size for trend image.
Set size to nil if the intrinsic image size should be used. Default value is 16 * 16.
Declaration
Swift
@MainActor public var trendImageSize: CGSize? -
Text which is displayed, when no data available for category for series.
Declaration
Swift
@MainActor public var emptyText: FUIText
-
GestureRecognizer to be used on longPress of Card
Declaration
Swift
@MainActor public private(set) var longPressGestureRecognizer: UILongPressGestureRecognizer! { get }