Hi. I have a problem with displaing the data in stacked bar chart. I have a requirement to display projects on x axis and time periods on y axis. And series on my chart are project statues. So i want that barstarted not from zero but from a specific point according to start date of the corresponding period. I can't achive that with stacked bar. I tried using range bar but it' tries to duplicate series bars for X value. So i am getting 3 bars for each X value. Any advice is much appreciated.
Evgeny.Nedelko
Hello,
Set
series("DrawSideBySide") = "False"
To get the (range) bars on the same line.
Edited bysiplaWednesday, September 16, 2009 11:52 AMadded (range)