
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
SCISplineMountainRenderableSeries
class.Declaration
Objective-C
- (nonnull instancetype)init;
-
Creates a new instance of
SCISplineMountainRenderableSeries
class.Declaration
Objective-C
- (nonnull instancetype) initWithRenderPassData: (nonnull SCISplineMountainRenderPassData *)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.