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

SCIChartModifierCore

@interface SCIChartModifierCore : NSObject <ISCIChartModifierCore>

Defines the core class to a Chart Modifier, which can be used to extend the interactivity or rendering of the throughout SciChart.

  • Gets or sets a value indicating whether motion events should be propagated to the target.

    Declaration

    Objective-C

    @property (nonatomic) BOOL receiveHandledEvents;

    Swift

    var receiveHandledEvents: Bool { get set }
  • Gets or sets a string ID used for propagating motion events from the master chart.

    Note

    Returns the class name by default.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) NSString *eventsGroupTag;

    Swift

    var eventsGroupTag: String { get set }