EasingFunctions
Class

Assembly LiveChartsCore
Namespace LiveChartsCore

Summary:
A set of predefined easing functions.

Inheritance:
Object =>
EasingFunctions

Properties

Gets the back in.
Type: Func<Single, Single>
Gets the back out.
Type: Func<Single, Single>
Gets the back in out.
Type: Func<Single, Single>
Gets the bounce in.
Type: Func<Single, Single>
Gets the bounce out.
Type: Func<Single, Single>
Gets the bounce in out.
Type: Func<Single, Single>
Gets the circle in.
Type: Func<Single, Single>
Gets the circle out.
Type: Func<Single, Single>
Gets the circle in out.
Type: Func<Single, Single>
Gets the cubic in.
Type: Func<Single, Single>
Gets the cubic out.
Type: Func<Single, Single>
Gets the cubic in out.
Type: Func<Single, Single>
Gets the ease.
Type: Func<Single, Single>
Gets the ease in.
Type: Func<Single, Single>
Gets the ease out.
Type: Func<Single, Single>
Gets the ease in out.
Type: Func<Single, Single>
Gets the elastic in.
Type: Func<Single, Single>
Gets the elastic out.
Type: Func<Single, Single>
Gets the elastic in out.
Type: Func<Single, Single>
Gets the exponential in.
Type: Func<Single, Single>
Gets the exponential out.
Type: Func<Single, Single>
Gets the exponential in out.
Type: Func<Single, Single>
Gets the lineal.
Type: Func<Single, Single>
Gets the polinominal in.
Type: Func<Single, Single>
Gets the polinominal out.
Type: Func<Single, Single>
Gets the polinominal in out.
Type: Func<Single, Single>
Gets the quadratic in.
Type: Func<Single, Single>
Gets the quadratic out.
Type: Func<Single, Single>
Gets the quadratic in out.
Type: Func<Single, Single>
Gets the sin in.
Type: Func<Single, Single>
Gets the sin out.
Type: Func<Single, Single>
Gets the sin in out.
Type: Func<Single, Single>
Gets a fuction based on the given KeyFrame collection.
Type: Func<KeyFrame[], Func<Single, Single>>
Gets the build custom back in.
Type: Func<Single, Func<Single, Single>>
Gets the build custom back out.
Type: Func<Single, Func<Single, Single>>
Gets the build custom back in out.
Type: Func<Single, Func<Single, Single>>
Gets the build custom elastic in.
Type: Func<Single, Single, Func<Single, Single>>
Gets the build custom elastic out.
Type: Func<Single, Single, Func<Single, Single>>
Gets the build custom elastic in out.
Type: Func<Single, Single, Func<Single, Single>>
Gets the build custom polinominal in.
Type: Func<Single, Func<Single, Single>>
Gets the build custom polinominal out.
Type: Func<Single, Func<Single, Single>>
Gets the build custom polinominal in out.
Type: Func<Single, Func<Single, Single>>
Gets the build cubic bezier.
Type: Func<Single, Single, Single, Single, Func<Single, Single>>