
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIErrorType
enum SCIErrorType : NSUInteger {}
Defines enumeration constants for type of error in SCIFastErrorBarsRenderableSeries
and SCIFastFixedErrorBarsRenderableSeries
.
-
Interprets
low
andhigh
errors as absolute values.Declaration
Objective-C
SCIErrorType_Absolute
-
Interprets
low
andhigh
errors as relative values.Declaration
Objective-C
SCIErrorType_Relative