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
SCINearestXyyPointProviderclass.Declaration
Objective-C
- (nonnull instancetype)init;Swift
init()
View on GitHub