Graph Shading

  • Thread starter Thread starter matt
  • Start date Start date
M

matt

I have a line chart with 2 lines. Is there anyway to shade
or change the color in the area between those 2 lines?
Thank you
 
As answered by Jon Peltier in .charting --

'================================
Matthew -

Make a stacked area chart, then unshade the bottom series (Fill = None).
You plot the difference between the two original curves for the second
series. If you want better control over the lines, and especially if
you want to use data point markers, make your stacked area chart and
format the border of both area series to None, then add the two original
series, and change their chart type back to Line.

- Jon
 
Aaron Blood has a downloadable example
on his site that may provide what you are
looking for. See chart_shading under
www.xl-logic.com
Kind regards,

H.G. Lamy
 
Back
Top