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

SCINearestXyPointProvider

@interface SCINearestXyPointProvider
    : SCINearestXPointProviderBase <SCIXyRenderPassData *>

Defines the nearest point provider for SCIXyRenderableSeriesBase.

  • Creates a new instance of SCINearestXyPointProvider class.

    Declaration

    Objective-C

    - (nonnull instancetype)init;

    Swift

    init()