iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIFastCandlestickRenderableSeries
@interface SCIFastCandlestickRenderableSeries : SCIOhlcRenderableSeriesBase
Provides Fast Candlestick series rendering, however makes the assumption that all X-Data is evenly spaced. Gaps in the data are collapsed.
-
Defines the
SCIBrushStyleused by candle body on up-candles, whenclose > open.Declaration
Objective-C
@property (nonatomic, strong) SCIBrushStyle *_Nonnull fillUpBrushStyle;Swift
var fillUpBrushStyle: SCIBrushStyle { get set } -
Defines the
SCIBrushStyleused by candle body on down-candles, whenclose < open.Declaration
Objective-C
@property (nonatomic, strong) SCIBrushStyle *_Nonnull fillDownBrushStyle;Swift
var fillDownBrushStyle: SCIBrushStyle { get set } -
Creates a new instance of
SCIFastCandlestickRenderableSeriesclass.Declaration
Objective-C
- (nonnull instancetype)init;Swift
init()
View on GitHub