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

SCIBackEase

@interface SCIBackEase : SCIEasingFunctionBase

Defines an easing function that backs up before going to the destination.

  • Specifies how much the function will pull back.

    Declaration

    Objective-C

    @property (nonatomic) double amplitude;

    Swift

    var amplitude: Double { get set }