Series Transition

Settings
  • seriesTransition Settings:

Description

The C1PieChart control supports a variety of animation effects when reloading data.


The SeriesTransition property is used to control the animation effect while data is being reloaded.

  • SeriesTransition.Enabled - enables or disables the animation.
  • SeriesTransition.Duration - sets the duration of the animation.
  • SeriesTransition.Easing - sets the animation effect.

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

  • easeInCubic(">")
  • easeOutCubic("<")
  • easeInOutCubic("<>")
  • easeInBack("backIn")
  • easeOutBack("backOut")
  • easeOutElastic("elastic")
  • easeOutBounce("bounce")
Documentation