Series Transition[Sample|Source|Documentation] Created with Raphaël 2.0.1JanFebMarAprMayJunJanFebMarAprMayJun Settings seriesTransition Settings: Enabled Duration Easing easeInCubic easeOutCubic easeInOutCubic easeInBack easeOutBack easeOutElastic easeOutBounce 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")