iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIFastColumnRenderableSeries
@interface SCIFastColumnRenderableSeries : SCIBaseColumnRenderableSeries
Provides Fast Column (Bar) series rendering
-
Creates a new instance of
SCIFastColumnRenderableSeriesclass.Declaration
Objective-C
- (nonnull instancetype)init;Swift
convenience init() -
Creates a new instance of
SCIFastColumnRenderableSeriesclass.Declaration
Objective-C
- (nonnull instancetype) initWithRenderPassData:(nonnull SCIColumnRenderPassData *)renderPassData hitProvider:(nonnull id<ISCIHitProvider>)hitProvider nearestPointProvider: (nonnull id<ISCINearestPointProvider>)nearestPointProvider;Swift
init(renderPassData: SCIColumnRenderPassData, hitProvider: any ISCIHitProvider, nearestPointProvider: any ISCINearestPointProvider)Parameters
renderPassDataThe render pass data instance.
hitProviderThe hit provider instance.
nearestPointProviderThe nearest point provider instance.
View on GitHub