View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jay Jay is offline
external usenet poster
 
Posts: 671
Default Charts -- drawing arrows to points

I have an XY scatter plot and I want to be able to draw arrows from the
origin of the chart to a select points in the chart. Within VBA, how can I
get the location of the both the origin and the points so that I can draw the
arrows? I think I can get the coordinates from the seriescollection, but
that doesn't help me know where to draw the arrows, right?

Any help greatly appreciated. Thanks.