SASDataTipItem

@objc
public class SASDataTipItem : NSObject

One item in a data tip. This item will generally be a variable name and a value (ex. “NORTHWEST”, “$100.00”)

Since

since 26.1.0
  • The display label for the data item being used

    Since

    since 26.1.0

    Declaration

    Swift

    public var dataItemLabel: String
  • The formatted data value.

    Since

    since 26.1.0

    Declaration

    Swift

    public var formattedValue: String