Hello,
In a PieChart how can i find the index of the slice in the click event?
Thanks
Divya
index of the slice.urgent
Re: index of the slice.urgent
In the ChartMouseEvent class, you can use the getEntity() method to find out which entity (if any) has been clicked on. You can check if this is an instance of PieSectionEntity - if it is, the methods of the PieSectionEntity class will tell you all you need to know.
Regards,
DG.
Regards,
DG.
Re: index of the slice.urgent
Hi Dave,
Thanks for the info.that is working.
Regards,
Divya.
Thanks for the info.that is working.
Regards,
Divya.