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
SCIXyRenderableSeriesBaseclass.Declaration
Objective-C
- (nonnull instancetype) initWithRenderPassData:(nonnull SCIXyRenderPassData *)renderPassData hitProvider:(nonnull id<ISCIHitProvider>)hitProvider nearestPointProvider: (nonnull id<ISCINearestPointProvider>)nearestPointProvider;Swift
init(renderPassData: SCIXyRenderPassData, hitProvider: any ISCIHitProvider, nearestPointProvider: any ISCINearestPointProvider)Parameters
renderPassDataThe render pass data instance.
hitProviderThe hit provider instance.
nearestPointProviderThe nearest point provider instance.
View on GitHub