View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bruce Cooley Bruce Cooley is offline
external usenet poster
 
Posts: 11
Default Is there a property to get the values for a point in a chart series?

I want to loop through data points in an x-y chart series and use the X and
Y values to set the Left and Top positions of some arrows I have placed on
the chart. I've got the regression formulas for converting the coordinates
of each data point into Left and Top values. I just can't figure out how to
access the X-value and Y-value of each point during the loop so that I can
plug them into my conversion formulas. Is there no property to get the
actual values of a point in a chart series?

Bruce