I wanted to get the axisLabel value by clicking on it to plot a line graph? How can achieve this? Is there any possibilities to select each label value?. I have tried plot space delegate method of -(BOOL)plotSpace:(CPTPlotSpace *)space shouldHandlePointingDeviceDownEvent:(id)event atPoint:(CGPoint)point.By this i can able get bound values only. what would be the best solution?
Thanks in advance.
I wanted to get the axisLabel value by clicking on it to plot a
Share
Convert the point from the coordinate system of the graph layer to the plot area:
Convert the point to data coordinates:
or