BounceEasingFunction Properties
The easing function that creates an animated bouncing effect.| Name | Description |
|---|---|
| BounceCount | Gets or sets the number of bounces. |
| Bounciness | Gets or sets a value that specifies how bouncy the animation is. |
| EasingMode | Gets or sets a value that specifies how the animation interpolates. Inherited from EasingFunctionBase. |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
| TypeNameSerializable | Gets the string value used to support serialization of easing functions. Inherited from EasingFunctionBase. |
See Also