Scatter Graph - bring line to front

  • Thread starter Thread starter KateB
  • Start date Start date
K

KateB

Is is possible to change the order of the lines shown on a scatter
graph? It seems that they are drawn from the first series to the last
- is there any way to move them around in this list / bring the line
to the front? I have some very long series and some code would be
most helpful.

Thanks!
Kate
 
If you have a large scatter plot in which some of the data is covering other series lines, you can try this:
  • leave large scatter data series on primary vertical axis
  • move all other series to secondary vertical axis
  • set the secondary vertical axis limits to be exactly the same as the primary vertical axis
  • set the color of the font for the secondary vertical the same as the background...(thus it disappears).
This forces Excel to plot the the items on the secondary axis last, and thus on top. I got this to work with my plots in Excel 2010.
 
Back
Top