iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCIErrorMode

enum SCIErrorMode : NSUInteger {}

Defines enumeration with error modes constants.

  • Draw high error value only.

    Declaration

    Objective-C

    SCIErrorMode_High
  • Draw low error value only.

    Declaration

    Objective-C

    SCIErrorMode_Low
  • Draw both high and low error values.

    Declaration

    Objective-C

    SCIErrorMode_Both