iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCIFastOhlcRenderableSeries

@interface SCIFastOhlcRenderableSeries : SCIOhlcRenderableSeriesBase

Provides Fast OHLC series rendering, however makes the assumption that all X-Data is evenly spaced. Gaps in the data are collapsed.

  • Creates a new instance of SCIFastOhlcRenderableSeries class.

    Declaration

    Objective-C

    - (nonnull instancetype)init;

    Swift

    init()