Possible to use different radius for each pie ?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
achristouio
Newbie
Newbie
Posts: 26
Joined: Tue Apr 02, 2002 5:00 am
Location: University of Oslo
Contact:

Possible to use different radius for each pie ?

Post by achristouio » Fri Jun 02, 2006 11:24 am

In an application where I present for each day the sum of different activities (1440 minutes usually) there are at first day and last day used fewer minutes for the integration, lets say 600 min(data sets) for the first day and thus 840 the last day (if observation started and stopped at same time of day)

I would like to have this visualized by decreasing the circle radius on first and last proportionally to 1440 usually

Would this be possible?

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

Post by Narcís » Fri Jun 02, 2006 12:02 pm

Hi achristouio,

Yes, you can check each series radius by using Series1.XRadius and Series1.YRadius. Then you can set a custom radius for each pie using Series1.CustomXRadius and Series1.CustomYRadius. To set back to automatic radius set CustomXRadius and CustomYRadius to zero.
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

achristouio
Newbie
Newbie
Posts: 26
Joined: Tue Apr 02, 2002 5:00 am
Location: University of Oslo
Contact:

Post by achristouio » Fri Jun 02, 2006 12:20 pm

Thanx. I'll try that

Post Reply