A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
- Create a line chart of four columns of data.
- Change Series 1 and 4 to XLScatter LinesMarkers
- Add error bars to Series 1 and 4
- Save as template LineScatter
- Create a new line chart of the four columns of data.
If you change Chart Type to LineScatter, it works, however...
- Change Series 1 and 4 to XLScatterLinesMarkers
- Try to change ChartType to LineScatter, it fails with "Some chart types cannot be combined with other charts. Select a different chart type.
That's the first problem.
- if you change Series 4 to xlLine and change ChartType to LineScatter it will apply the template.
- If you check the series order, you'll discover that Series 1 is now last.
That's the third problem.
Excel doesn't seem to want to let me add a DataLabel to an embedded chart. So.
- Make a line chart of the data and move the embedded chart to a chart sheet.
- Add a data label to a point.
- Change the data label to "something"
- Save this template as LineScatterPoint
- Change ChartType to LineScatterPoint
- Excel will change the chart text to "Add Text"
That's the second problem.