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

SCINearestXyyPointProvider

@interface SCINearestXyyPointProvider
    : SCINearestXPointProviderBase <SCIXyyRenderPassData *>

Defines the nearest point provider for SCIXyyRenderableSeriesBase.

  • Creates a new instance of SCINearestXyyPointProvider class.

    Declaration

    Objective-C

    - (nonnull instancetype)init;

    Swift

    init()