How to disable slice explosion

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Alessandro
Newbie
Newbie
Posts: 9
Joined: Fri Jan 20, 2006 12:00 am

How to disable slice explosion

Post by Alessandro » Tue Mar 14, 2006 10:42 am

Hi, how can I prevent user slice explosion in pie chart? Thanks

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Mar 14, 2006 11:44 am

Hi Alessandro,

You can set:

Code: Select all

  Series1.ExplodeBiggest:=0;
and if you are using a TPieTool then set:

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply