Doughnut chart with VBA

J

Jasoni

I have doughnut graph in my excel sheet.
Is it possible to change the size of the center circle of the doughnut
within the VBA code.
At the moment it is fixed 40% of the size of the outer doughnut but I would
like to change if according the result of my calculations.

Any ideas, couldn't find the answer from Google.
 
D

Daniel.C

i got this with the macro recorder :

Var = 60
ActiveChart.ChartGroups(1).DoughnutHoleSize = Var

HTH
Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top