Page 1 of 1

Possible to use different radius for each pie ?

Posted: Fri Jun 02, 2006 11:24 am
by 5891343
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?

Posted: Fri Jun 02, 2006 12:02 pm
by narcis
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.

Posted: Fri Jun 02, 2006 12:20 pm
by 5891343
Thanx. I'll try that