I have two series of data that should be able to easily share an X and Y axis.
Both series only have 12 unique values that should go on the X axis (one for each month in the 2015 year).
The difference is that Series 1 has only 1 value which corresponds to each month (hence the line graph), while Series 2 has several (for the scatter plot).
I want the scatter plot in the background with the line graph overlayed on top. It took me an hour just to figure out how to combine the line and scatter plot without major formatting issues (when I first tried simply changing the chart type of Series 1 to a line graph, almost all of the scatter plot points just dissappeared out of sight). Now I have it almost perfect, but part of the line graph is hidden behind the scatter points, and I would like to bring the line graph to the front. These are the steps I've taken to get it to this point:
- Insert a scatter plot of Series 1.
- Click "Select Data", and Add Series 2
- Right-click a data point for Series 1, Click "Format Data Series", and in "Series Options", choose to plot the series on the "Secondary Axis". A new Y axis appears on the right side of the graph in addition to the Y axis that was already on the left
- Right click a data point from Series 1, click "Change Series Chart Type", and make it a line graph
- Delete the right axis on the right of the chart
- How can I bring the line graph to the front?