iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIBandRenderPassData
@interface SCIBandRenderPassData : SCIXyyRenderPassData
Defines the ISCISeriesRenderPassData, the data used in a single render pass by SCIFastBandRenderableSeries.
-
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 } -
Defines a value indicating whether
NaNvalues are treated asgapsor asclosed lines.See
SCILineDrawMode.Declaration
Objective-C
@property (nonatomic) BOOL closeGaps;Swift
var closeGaps: Bool { get set }
View on GitHub