iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCINearestBubblePointProvider

@interface SCINearestBubblePointProvider
    : SCINearestXPointProviderBase <SCIBubbleRenderPassData *>

Defines the nearest point provider for SCIBubbleRenderPassData.

  • Creates a new instance of SCINearestBubblePointProvider class.

    Declaration

    Objective-C

    - (nonnull instancetype)init;

    Swift

    init()