J
Johnny
I want to create a chart where the areas under the baseline are a different
color than the areas above the baseline. Is that possible?
color than the areas above the baseline. Is that possible?
I want to create a chart where the areas under the baseline are a different
color than the areas above the baseline. Is that possible?
A column is a discrete element of a series, while the area comprises the
whole series. I suspect that's why area charts don't invert if negative. And
in fact, the capability is partially broken in 2007 column charts.
The difficulty in this problem is that the area chart goes from positive to
negative in between points. You would have to convert the plot to a date
scale representation, then work out some interpolation scheme so that the
positive and negative series meet at the proper position along the date
scale axis.
This should give you a jump start.
http://www.andypope.info/charts/conditionalline2.htm
Last night I started a blog post, showing the same technique. I plan to post
it tonight or tomorrow.
Del - didn't you have a problem with the #N/A values when dealing with the
area chart?