BarChart for ASP.NET WebForms
ChartEasing Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Chart Namespace : ChartEasing Enumeration
Use the members of this enumeration to set the value of the ChartAnimation.Easing property.
Syntax
'Declaration
 
Public Enum ChartEasing 
   Inherits System.Enum
public enum ChartEasing : System.Enum 
Members
MemberDescription
EaseInBackBack easing in. Starts slowly and then accelerates.
EaseInCubicCubic easing in. Begins at zero velocity and then accelerates.
EaseInOutCubicCubic easing in and out. Begins at zero velocity, accelerates until halfway, and then decelerates to zero velocity again.
EaseOutBackBack easing out. Begins quickly and then decelerates.
EaseOutBounceBouncing easing out. Begins quickly and then decelerates. The number of bounces is related to the duration: longer durations produce more bounces.
EaseOutCubicCubic easing in and out. Begins at full velocity and then decelerates to zero.
EaseOutElasticQuintic easing out. Begins at full velocity and then decelerates to zero.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Chart.ChartEasing

See Also

Reference

C1.Web.Wijmo.Controls.C1Chart Namespace