How to disable slice explosion
-
- Newbie
- Posts: 9
- Joined: Fri Jan 20, 2006 12:00 am
How to disable slice explosion
Hi, how can I prevent user slice explosion in pie chart? Thanks
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Alessandro,
You can set:
and if you are using a TPieTool then set:
You can set:
Code: Select all
Series1.ExplodeBiggest:=0;
Code: Select all
ChartTool1.Active:=false;
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |