Page 1 of 1

Kill Slices

Posted: Thu Sep 14, 2006 7:20 pm
by 9336428
How can I effectively disable the slice function of the pie charts in the source code. I am creating and removing charts within the same component based on the clicked series. However, if the user even slightly moves the mouse when clicking it tries exploding the pie chart. Yuk! This results in a cascade of errors. I would very much like to disable the slicing function in the source code or even just add the property to the pie chart to disable slicing.

Please help.

Bill

Kill Slices

Posted: Fri Sep 15, 2006 10:23 pm
by 9336428
I can try doing it myself :? But I would much rather have the insight of the creators.

Posted: Mon Sep 18, 2006 9:05 am
by Pep
Hi Bill,

if you mean to disable the pie expliding using a Pie Series with a TeeCommander component on linked to the Chart you can use the following property :

TeeCommander1.EnablePieExploding:=false;

Kill Slices

Posted: Tue Sep 19, 2006 10:09 pm
by 9336428
That is what I am talking about! Thank you so much.

Bill