iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIEasingMode
enum SCIEasingMode : NSUInteger {}
Defines the modes in which classes deriving from SCIEasingFunctionBase will perform their easing.
-
The easing is performed at the start of the animation.
Declaration
Objective-C
SCIEasingMode_EaseInSwift
case easeIn = 0 -
The easing is performed at the end of the animation.
Declaration
Objective-C
SCIEasingMode_EaseOutSwift
case easeOut = 1 -
The easing is performed both at the start and the end of the animation.
Declaration
Objective-C
SCIEasingMode_EaseInOutSwift
case easeInOut = 2
View on GitHub