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