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
SCIErrorMode
value for this series.Declaration
Objective-C
@property (nonatomic) SCIErrorMode errorMode;
Swift
var errorMode: SCIErrorMode { get set }
-
Defines the
SCIErrorDirection
value for this series.Declaration
Objective-C
@property (nonatomic) SCIErrorDirection errorDirection;
Swift
var errorDirection: SCIErrorDirection { get set }
-
Defines the
SCIErrorType
value for this series.Declaration
Objective-C
@property (nonatomic) SCIErrorType errorType;
Swift
var errorType: SCIErrorType { get set }
-
Defines the value in pixels that determines each
ErrorBar
width.Declaration
Objective-C
@property (nonatomic) float dataPointWidthPx;
Swift
var dataPointWidthPx: Float { get set }