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

SCINearestOhlcPointProvider

@interface SCINearestOhlcPointProvider
    : SCINearestXPointProviderBase <SCIOhlcRenderPassData *>

Defines the nearest point provider for SCIOhlcRenderPassData.

  • Creates a new instance of SCINearestOhlcPointProvider class.

    Declaration

    Objective-C

    - (nonnull instancetype)init;

    Swift

    init()