Mark,
This just doesn't work for me. As soon as I change my histogram data series to a column chart, the other data series stays as XY but it shifts position to the left, using it's own axis. I have 31 data points for my histogram data. They are evenly spaced on the X axis from -0.2 to 2.3 . The Y values go from 0 to 200. For example, for a vertical line at 1.3 (about the middle of the chart), the data has 2 points (1.3,0) and (1.3,200). I'm not really clear what you mean by reformating the data series with the addition of a line pattern. I'm trying to use the XY chart type "Scatter with data points connected by lines without markers". This "connects the dots" for me. I assume that step 3 is used to connect the dots on a standard XY scatter type chart. Let me describe my data in more detail:
A$1 to A$31 contains my X axis values. B$1 to B$31 contains my histogram data (frequency) of each bin which ranges from 0 to 200.
C$1 and C$2 contain the same value, this is the data for the position of the line on the X axis. D$1 contains 0, and D$2 contain 200, so this should draw a line vertically from the bottom of the plot area to the top. To create the chart I first select the XY chart type. Next I add a new series. I use A$1:A$31 for the X values and B$1:B$31 for the Y values. I then add another series and use C$1:C$2 for the X values and D$1:D$2 for the Y values. What am I doing wrong?