View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default Plotting more than 32000 points on a chart

Use a scatter plot and adjust the series style to add lines.

Tim

"inquirer" wrote in message
u...
Further to an earlier post, I have about 59000 data points that I want to
plot on an line chart. The points for the x axis are sorted in ascending
order.
I can plot the first 32000 points ok as Series 1 but how can I then plot
points from 32001 on so they plot on the end of series 1? I have treid
defining series 2 as 32001 onwards but these points do not plot on the end
of series 1, rather they start again at the origin.
Any help much appreciated
Thanks
Chris