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?
Possible to use different radius for each pie ?
-
- Newbie
- Posts: 26
- Joined: Tue Apr 02, 2002 5:00 am
- Location: University of Oslo
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 26
- Joined: Tue Apr 02, 2002 5:00 am
- Location: University of Oslo
- Contact: