NikhithaTarala / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

Support for Pie Segment Explode on Touch Event #213

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, As of now, I see the support for registering the clickListener and to get 
the index of the Pie segment selected. Could you please provide the support for 
Pie segment explode on touch event. 

Original issue reported on code.google.com by abi.ni...@gmail.com on 27 Apr 2012 at 12:23

GoogleCodeExporter commented 8 years ago
The ability to explode programatically in general would be great!

Original comment by erik.ba...@gmail.com on 3 Jan 2013 at 9:18

GoogleCodeExporter commented 8 years ago
Fixed in SVN. You can download a version including this feature here: 
https://repository-achartengine.forge.cloudbees.com/snapshot/org/achartengine/ac
hartengine/1.1.0/

seriesRenderer.setHighlighted(true); will display the slice exploded.

For dynamic behavior, just do the call above and the call chartView.repaint();

Original comment by dandrome...@gmail.com on 19 Jan 2013 at 4:21