iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCISplineMountainRenderableSeries
@interface SCISplineMountainRenderableSeries : SCIBaseMountainRenderableSeries
Provides Spline Mountain (Area) series rendering, however makes the assumption that all X-Data is evenly spaced
-
Creates a new instance of
SCISplineMountainRenderableSeriesclass.Declaration
Objective-C
- (nonnull instancetype)init;Swift
convenience init() -
Creates a new instance of
SCISplineMountainRenderableSeriesclass.Declaration
Objective-C
- (nonnull instancetype) initWithRenderPassData: (nonnull SCISplineMountainRenderPassData *)renderPassData hitProvider:(nonnull id<ISCIHitProvider>)hitProvider nearestPointProvider: (nonnull id<ISCINearestPointProvider>)nearestPointProvider;Swift
init(renderPassData: SCISplineMountainRenderPassData, hitProvider: any ISCIHitProvider, nearestPointProvider: any ISCINearestPointProvider)Parameters
renderPassDataThe render pass data instance.
hitProviderThe hit provider instance.
nearestPointProviderThe nearest point provider instance.
View on GitHub