i am new to iphone developement. can anyone tell me how can i get X,Y values of touched point in CPScatterPlot. i am able to get its plotSymbol value but not getting values of other point's XY values in line chart.thanks in advance..
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can set a delegate on the plot space to get the touch events. The plot space class provides methods to convert between device and data coordinates. |
|||||||
|