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