iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCISplineLineRenderableSeries
@interface SCISplineLineRenderableSeries : SCIXyRenderableSeriesBase
Defines a Spline Line renderable series, supporting solid, stroked (thickness 1+) lines, dashed lines and optional Point-markers ISCIRenderableSeries.pointMarker.
-
Creates a new instance of
SCISplineLineRenderableSeriesclass.Declaration
Objective-C
- (nonnull instancetype)init;Swift
convenience init() -
Creates a new instance of
SCISplineLineRenderableSeriesclass.Declaration
Objective-C
- (nonnull instancetype) initWithRenderPassData:(nonnull SCISplineLineRenderPassData *)renderPassData hitProvider:(nonnull id<ISCIHitProvider>)hitProvider nearestPointProvider: (nonnull id<ISCINearestPointProvider>)nearestPointProvider;Swift
init(renderPassData: SCISplineLineRenderPassData, hitProvider: any ISCIHitProvider, nearestPointProvider: any ISCINearestPointProvider)Parameters
renderPassDataThe render pass data instance.
hitProviderThe hit provider instance.
nearestPointProviderThe nearest point provider instance.
View on GitHub