iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCINearestHorizontalPointProvider
@interface SCINearestHorizontalPointProvider
: SCINearestXPointProviderBase <SCIXyRenderPassData *>
Defines the nearest horizontal point provider for SCIXyRenderableSeriesBase.
-
Creates a new instance of
SCINearestHorizontalPointProviderclass.Declaration
Objective-C
- (nonnull instancetype)init;Swift
init()
View on GitHub