Animation

Settings
Description

The sample demonstrate how to customize animation to enhance your pie charts.


This example uses the following properties and methods to customize the explode and scale effect for the pie chart.

  • Animation.Enabled at server side.
  • getSector at client side to get the specified sector.
  • getOffset at client side to calculate the offset both in horizontal and vertical direction.

C1PieChart has a explode animation effect by default, here we need first set the Animation.Enabled to False to disable the default animation effect.

Documentation