X,Y Data values in chart

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!
 
V

vezerid

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
 
Top