iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIErrorBarsRenderPassData
@interface SCIErrorBarsRenderPassData : SCIHlRenderPassData
Defines the ISCISeriesRenderPassData, the data used in a single render pass by SCIFastErrorBarsRenderableSeries.
-
Defines the
SCIErrorModevalue for this series.Declaration
Objective-C
@property (nonatomic) SCIErrorMode errorMode;Swift
var errorMode: SCIErrorMode { get set } -
Defines the
SCIErrorDirectionvalue for this series.Declaration
Objective-C
@property (nonatomic) SCIErrorDirection errorDirection;Swift
var errorDirection: SCIErrorDirection { get set } -
Defines the
SCIErrorTypevalue for this series.Declaration
Objective-C
@property (nonatomic) SCIErrorType errorType;Swift
var errorType: SCIErrorType { get set } -
Defines the value in pixels that determines each
ErrorBarwidth.Declaration
Objective-C
@property (nonatomic) float dataPointWidthPx;Swift
var dataPointWidthPx: Float { get set }
View on GitHub