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

SCIExponentialEase

@interface SCIExponentialEase : SCIEasingFunctionBase

Defines an easing function that gives an exponential curve.

  • Specifies the factor which controls the shape of easing.

    Declaration

    Objective-C

    @property (nonatomic) double exponent;

    Swift

    var exponent: Double { get set }