I updated my project to use core plot 1.0 plot but i can’t find CPTNativeEvent class.
-(void)barPlot:(CPTBarPlot *)plot barWasSelectedAtRecordIndex:(NSUInteger)index withEvent:(CPTNativeEvent *)event;
If I search for CPTNativeEvent in http://code.google.com/p/core-plot/source/browse/, the class is there.
But if i search for it in my CorePlot-CocoaTouch.xcodeproj, it isn’t there.
I downloaded the core plot 1.0 from http://code.google.com/p/core-plot/downloads/list
Thanks in advanced.
This is a simple typedef. It equates to
UIEventon iOS andNSEventon the Mac. It is defined in CPTPlatformSpecificDefines.h, visible in the “iPhone only” folder in the Xcode project.