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

SCISquarePointMarker

@interface SCISquarePointMarker : SCISpritePointMarker

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

  • Creates a new instance of SCISquarePointMarker class.

    Declaration

    Objective-C

    - (nonnull instancetype)init;

    Swift

    init()