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

Other Enumerations

The following enumerations are available globally.

  • Defines enumeration constants for mode of the SCIAxisDragModifierBase.

    See more

    Declaration

    Objective-C

    enum SCIAxisDragMode : NSUInteger {}

    Swift

    enum SCIAxisDragMode : UInt, @unchecked Sendable
  • Enumerates modes for plane labels visibility.

    See more

    Declaration

    Objective-C

    enum SCIAxisPlaneDrawLabelsMode : NSUInteger {}
  • Enumerates modes for Axis Plane visibility.

    See more

    Declaration

    Objective-C

    enum SCIAxisPlaneVisibility : NSUInteger {}
  • Defines mouse button masks which are used with GestureRecognizer.

    See more

    Declaration

    Objective-C

    enum SCIButtonMask : NSUInteger {}

    Swift

    struct SCIButtonMask : OptionSet, @unchecked Sendable
  • Defines the projection mode enum values for ISCICameraController.

    See more

    Declaration

    Objective-C

    enum SCICameraProjectionMode : NSUInteger {}
  • Defines an enumeration with collection changed types.

    See more

    Declaration

    Objective-C

    enum SCICollectionChangedAction : NSUInteger {}

    Swift

    enum SCICollectionChangedAction : UInt, @unchecked Sendable
  • Enumeration constants to define the available Render Layers.

    See more

    Declaration

    Objective-C

    enum SCIRenderLayer : NSUInteger {}

    Swift

    enum SCIRenderLayer : UInt, @unchecked Sendable
  • Defines enum which specifies how size should be reinterpret

    See more

    Declaration

    Objective-C

    enum SCISizingMode : NSUInteger {}