iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIHlRenderableSeriesBase
@interface SCIHlRenderableSeriesBase : SCIRenderableSeriesBase
An abstract base class for ISCIHlDataSeriesValues
based renderable series.
Warning
Designed to be an abstract class, hence should be used for inheritance only. No direct initializations.-
Creates a new instance of
SCIHlRenderableSeriesBase
class.Declaration
Objective-C
- (nonnull instancetype) initWithRenderPassData:(nonnull SCIHlRenderPassData *)renderPassData hitProvider:(nonnull id<ISCIHitProvider>)hitProvider nearestPointProvider: (nonnull id<ISCINearestPointProvider>)nearestPointProvider;
Swift
init(renderPassData: SCIHlRenderPassData, hitProvider: ISCIHitProvider, nearestPointProvider: ISCINearestPointProvider)
Parameters
renderPassData
The render pass data instance.
hitProvider
The hit provider instance.
nearestPointProvider
The nearest point provider instance.