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

SCIOrbitModifier3D

@interface SCIOrbitModifier3D : SCIGestureModifierBase3D

The SCIOrbitModifier3D provides the behaviour of orbit (rotation around camera target).

  • Defines the number of degrees (angle) to orbit the target for each pixel.

    Declaration

    Objective-C

    @property (nonatomic) float degreesPerPixelSensitivity;
  • Defines the UIPanGestureRecognizer which is used to detect gestures.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) UIPanGestureRecognizer *gestureRecognizer;
  • Creates a new instance of the SCIOrbitModifier3D class.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithDefaultNumberOfTouches:
        (NSUInteger)numberOfTouches;

    Parameters

    numberOfTouches

    The default number of touches which will be used by underlying gestureRecognizer.