iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCINearestPointProviderBase
@interface SCINearestPointProviderBase<T : id <ISCISeriesRenderPassData>>
: NSObject <ISCINearestPointProvider>
Defines a base class for ISCINearestPointProvider
protocol.
Warning
Designed to be an abstract class, hence should be used for inheritance only. No direct initializations.-
Creates a new instance of
SCIRenderableSeriesProviderBase
class.Declaration
Objective-C
- (nonnull instancetype)initWithRenderPassDataType: (nonnull Class)renderPassDataType;
Swift
init(renderPassDataType: AnyClass)
Parameters
renderPassDataType
The type of supported RenderPassData.