'Floating Bars' chart type removed in 2007?

D

drs

Egad! I have some office automation code that is no longer working
with Excel 2007. The main problem is that there is no longer a
definition of "Floating Bars" chart type.

Pseudo code is like:
..ActiveChart.ApplyCustomType(xlBuiltIn, "Floating Bars")

Anyone have any ideas?
 
J

Jon Peltier

The inflexible and ugly built-in custom combination charts have been removed
from Excel 2007, but you can make most any combination chart you want.

For a floating bar chart, you need two series, one for start, the other for
duration (i.e., end minus start). Create a stacked bar chart, then format
the start series to be invisible (no border, no fill). Avoid the lame 3D
effects of the old built-in custom floating bar chart from old versions of
Excel.

Is anyone else amused by the "built-in custom" oxymoron?

- Jon
 

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