SASDataTip

@objc
public protocol SASDataTip : NSObjectProtocol

Data Tip info for a user tap event.

Since

since 26.1.0
  • list of items selected in the data tip event.

    Since

    since 26.1.0

    Declaration

    Swift

    var dataRows: [SASDataTipItem] { get }
  • The preferred location in terms of the frame of the SASReportObject’s view that this tip originated from.

    Since

    since 26.1.0

    Declaration

    Swift

    var preferredTipLocation: CGPoint { get }