
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIXyzRenderableSeriesBase
@interface SCIXyzRenderableSeriesBase : SCIRenderableSeriesBase
An abstract base class for ISCIXyzDataSeriesValues
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
SCIXyzRenderableSeriesBase
class.Declaration
Objective-C
- (nonnull instancetype) initWithRenderPassData:(nonnull SCIXyzRenderPassData *)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.