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 and high errors as absolute values.

    Declaration

    Objective-C

    SCIErrorType_Absolute
  • Interprets low and high errors as relative values.

    Declaration

    Objective-C

    SCIErrorType_Relative