'Declaration Public Enum ChartEasing Inherits System.Enum
public enum ChartEasing : System.Enum
'Declaration Public Enum ChartEasing Inherits System.Enum
public enum ChartEasing : System.Enum
| Member | Description | 
|---|---|
| EaseInBack | Back easing in. Starts slowly and then accelerates. | 
| EaseInCubic | Cubic easing in. Begins at zero velocity and then accelerates. | 
| EaseInOutCubic | Cubic easing in and out. Begins at zero velocity, accelerates until halfway, and then decelerates to zero velocity again. | 
| EaseOutBack | Back easing out. Begins quickly and then decelerates. | 
| EaseOutBounce | Bouncing easing out. Begins quickly and then decelerates. The number of bounces is related to the duration: longer durations produce more bounces. | 
| EaseOutCubic | Cubic easing in and out. Begins at full velocity and then decelerates to zero. | 
| EaseOutElastic | Quintic easing out. Begins at full velocity and then decelerates to zero. | 
System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Chart.ChartEasing