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

SCICrossPointMarker

@interface SCICrossPointMarker : SCISpritePointMarker

Allows a Cross to be rendered at each data-point location.

  • Creates a new instance of SCICrossPointMarker class.

    Declaration

    Objective-C

    - (nonnull instancetype)init;

    Swift

    init()