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

SCIMasterSlaveTouchModifierBase3D

@interface SCIMasterSlaveTouchModifierBase3D : SCIGestureModifierBase3D

Provides a base class for Linked 3D Chart Modifiers.

Note

Classes that inherit this allow touch events and interaction to occur across Chart Panes
  • Defines the count of finigers to use with this modifier (e.g. 1, 2 or more fingers).

    Declaration

    Objective-C

    @property (nonatomic) NSUInteger executeOnPointerCount;

    Swift

    var executeOnPointerCount: UInt { get set }