X,Y Data values in chart

  • Thread starter Thread starter lgarcia3
  • Start date Start date
L

lgarcia3

I need to get the values of the pair (x,y) in an YY chart with a click
event. I already get some information with the Chart_Select event
(ElementID, series, point) But dont know how to get the two values from
that point.
Thanks!
 
Haven't done much VBA with charts, but maybe the macro recorder will
give you a hint as to which library properties and methods pertain to
data points. From there you can extract code portions to modify your
Select procedure.

HTH
Kostis Vezerides
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top