From: Lindylou on
how can I change the circumference of the pie in the chart? sometimes is is
a lot bigger than others and looks funny when two are compared on the same
page.
From: Luke M on
Circumference is determined by the plot area size.

In VB, you could control this like so:

ActiveChart.PlotArea.Select
Selection.Width = 115
Selection.Height = 115

--
Best Regards,

Luke M
"Lindylou" <Lindylou(a)discussions.microsoft.com> wrote in message
news:20876711-6955-468D-AF55-EE594C79FFFF(a)microsoft.com...
> how can I change the circumference of the pie in the chart? sometimes is
> is
> a lot bigger than others and looks funny when two are compared on the same
> page.