Series Transition

Settings
Description

The C1BubbleChart supports a variety of animation effects when data is reloaded.

The Animation property is used to control the series transition animation when data is reloaded. It will animate from the last position to new position, not as default animation from origin position to new position.

  • Animation.Enabled for enabling the series transition animation or not
  • Animation.Duration for the duration for the animation
  • Animation.Easing for the easing for the animation

The Easing property can be set to one of the following values:

  • EaseInCubic
  • EaseOutCubic
  • EaseInOutCubic
  • EaseInBack
  • EaseOutBack
  • EaseOutElastic
  • EaseOutBounce
Documentation