-
10
posts
Member since:
Nov 2012
Posted 13 Nov 2012
Link to this post
Hi everyone,
I have a problem to catch values in ScatterLineSeries with the Event .get_value()
I need to get the X value and de Y value.
Any ideas?
thanks in advance
Jaime
Software Engineer
-
-
10
posts
Member since:
Nov 2012
Posted 13 Nov 2012
Link to this post
Hi, again,
I solve the problem, it was so simple:
in the javasript:
args.get_value().x
args.get_value().y
I hope this help someone in the future.
Jaime
-