Series Transition

Created with Raphaël 2.0.1Wealth & Health of Nations - 2010series0series1series2series3series40102030405060708090100Income0501001502002503003504004505005506006507007508008509009501000Life Expectancy

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