View Single Post
  #2   Report Post  
Posted to microsoft.public.office.developer.vba,microsoft.public.excel.programming,microsoft.public.excel.misc,microsoft.public.excel
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Does plots have interpolations in Excel?

With an XY graph you can choose either a straight line between points, or a
curved line, or just the points displayed.
--
David Biddulph

"cfman" wrote in message
...
Hi all,

I am still using Excel 2003. I want to plot some 2D data, does it have
interpolation in plotting? Or I will have to do it by myself?

Thanks a lot