148 #if TARGET_OS_SIMULATOR || TARGET_OS_IPHONE
180 @property (nonatomic, readwrite,
copy, nullable) id<NSCopying, NSCoding, NSObject>
identifier;
203 -(nonnull instancetype)
init NS_DESIGNATED_INITIALIZER;
204 -(nullable instancetype)initWithCoder:(nonnull
NSCoder *)decoder NS_DESIGNATED_INITIALIZER;
220 -(
CGPoint)plotAreaViewPointForDoublePrecisionPlotPoint:(nonnull
double *)plotPoint numberOfCoordinates:(
NSUInteger)count;
224 -(void)doublePrecisionPlotPoint:(nonnull
double *)plotPoint numberOfCoordinates:(
NSUInteger)count forPlotAreaViewPoint:(
CGPoint)point;
230 -(void)doublePrecisionPlotPoint:(nonnull
double *)plotPoint numberOfCoordinates:(
NSUInteger)count forEvent:(nonnull
CPTNativeEvent *)event;
249 -(void)scaleToFitEntirePlots:(nullable
CPTPlotArray *)plots;
251 -(void)scaleBy:(
CGFloat)interactionScale aboutPoint:(
CGPoint)interactionPoint;