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
Kill Slices
I can try doing it myself But I would much rather have the insight of the creators.
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;
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;
Pep Jorge
http://support.steema.com
http://support.steema.com
Kill Slices
That is what I am talking about! Thank you so much.
Bill
Bill