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
lowandhigherrors as absolute values.Declaration
Objective-C
SCIErrorType_Absolute -
Interprets
lowandhigherrors as relative values.Declaration
Objective-C
SCIErrorType_Relative
View on GitHub