This sample is to display the animation effects (SeriesSlide).

The SeriesSlide effect moves the graphics up / down / left / right in the chart.

duration: The total time to be taken for the animation effect.
elementOffset: The time between the animation effect of the first item and that of the next item.
	If the value of the elementOffset property is minus, the animation effect starts from the opposite direction.
direction: sets the sliding direction. valid values - left, right, top, bottom

ā—¸Layout
<Column2DSeries labelPosition="up" yField="Profit" itemRenderer="SemiCircleColumnItemRenderer">
	<showDataEffect>
		<SeriesSlide direction="left" duration="1200" elementOffset="60"/>
	</showDataEffect>
</Column2DSeries>