Version

TransitionEasingFunction Property (XamDomainChart)

Gets or sets the easing function used for animating series plots when the data is changing.
Syntax
public EasingFunctionHandler TransitionEasingFunction {get; set;}
Remarks
This can be set to one of the known values "linear" or "cubic," or it can be set to an easing function which takes a single numeric parameter and returns a number.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also