When the ChartAnimation.Enabled property is true you can apply animation effects to the bar chart series. You can enhance your bar chart’s appeal by adding transition effects between the sliding or fading animated states to create a seamless flow between these states. Instead of the Bar chart series moving along smoothly from left to right while loading, the bar chart could bounce in as the series slides in and bounce out as the series slides out. By default the ChartAnimation.Easing property is set to EaseLinear and when you reload the bar chart each series loads with a smooth linear transition effect.
To set the animation effect and animation duration for the bar chart series, complete the following:
<cc1:C1BarChartExtender ID="Panel1_C1BarChartExtender" runat="server"
TargetControlID="Panel1">
<footer compass="South" visible="False">
</footer>
<axis>
<y compass="West" visible="False">
<labels textalign="Center">
</labels>
<gridmajor visible="True">
</gridmajor>
</y>
</axis>
</cc1:C1BarChartExtender>