
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIXyyRenderableSeriesBase
@interface SCIXyyRenderableSeriesBase : SCIRenderableSeriesBase
An abstract base class for ISCIXyyDataSeriesValues
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
SCIXyyRenderableSeriesBase
class.Declaration
Objective-C
- (nonnull instancetype) initWithRenderPassData:(nonnull SCIXyyRenderPassData *)renderPassData hitProvider:(nonnull id<ISCIHitProvider>)hitProvider nearestPointProvider: (nonnull id<ISCINearestPointProvider>)nearestPointProvider;
Parameters
renderPassData
The render pass data instance.
hitProvider
The hit provider instance.
nearestPointProvider
The nearest point provider instance.