Kill Slices

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Tom
Newbie
Newbie
Posts: 9
Joined: Fri Mar 12, 2004 5:00 am

Kill Slices

Post by Tom » Thu Sep 14, 2006 7:20 pm

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

Tom
Newbie
Newbie
Posts: 9
Joined: Fri Mar 12, 2004 5:00 am

Kill Slices

Post by Tom » Fri Sep 15, 2006 10:23 pm

I can try doing it myself :? But I would much rather have the insight of the creators.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Sep 18, 2006 9:05 am

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;

Tom
Newbie
Newbie
Posts: 9
Joined: Fri Mar 12, 2004 5:00 am

Kill Slices

Post by Tom » Tue Sep 19, 2006 10:09 pm

That is what I am talking about! Thank you so much.

Bill

Post Reply