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

SCIEllipsePointMarker

@interface SCIEllipsePointMarker : SCISpritePointMarker

Allows an Ellipse to be rendered at each data-point location.

  • Creates a new instance of SCIEllipsePointMarker class.

    Declaration

    Objective-C

    - (nonnull instancetype)init;

    Swift

    init()