FUIChartSummaryItemBaseView
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
public var trend: FUIText
-
UIImage
to use for the trendImageDeclaration
Swift
public var trendImage: UIImage?
-
UIColor
to use for the trend. Is applied to bothtrend
andtrendImage
values.Declaration
Swift
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
public var trendImageSize: CGSize?
-
Text which is displayed, when no data available for category for series.
Declaration
Swift
public var emptyText: FUIText
-
GestureRecognizer to be used on longPress of Card
Declaration
Swift
public private(set) var longPressGestureRecognizer: UILongPressGestureRecognizer! { get }