
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIFastBandRenderableSeries
@interface SCIFastBandRenderableSeries : SCIBaseBandRenderableSeries
A raster RenderableSeries type which displays two lines and shaded bands between them, where band-colors depend on whether one line is greater than the other.
-
Gets or sets a value indicating whether lines in this band series has a
digital (step) line
.Declaration
Objective-C
@property (nonatomic) BOOL isDigitalLine;
Swift
var isDigitalLine: Bool { get set }