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

ISCISelectionPassManager

@protocol ISCISelectionPassManager <NSObject>

Defines some common methods for work with selection pass.

  • Tries to enable selection pass for specified target.

    Note

    If it’s already enabled does nothing

    Declaration

    Objective-C

    - (void)tryEnableSelectionPassFor:(nonnull id)target;

    Swift

    func tryEnableSelectionPass(for target: Any)

    Parameters

    target

    Target object

  • Tries to disable selection pass for specified target.

    Note

    If it’s already disabled does nothing

    Declaration

    Objective-C

    - (void)tryDisableSelectionPassFor:(nonnull id)target;

    Swift

    func tryDisableSelectionPass(for target: Any)

    Parameters

    target

    Target object