|
Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
Go to the documentation of this file. 1 #import <Cocoa/Cocoa.h>
14 @property (nonatomic, readwrite, assign) NSRect
printRect;
NSCursor * openHandCursor
The cursor displayed when the mouse pointer is over a plot area mapped to a plot space that allows us...
Definition: CPTGraphHostingView.h:20
NSCursor * closedHandCursor
The cursor displayed when the user is actively dragging any plot space.
Definition: CPTGraphHostingView.h:19
NSRect printRect
The bounding rectangle used when printing this view. Default is NSZeroRect.
Definition: CPTGraphHostingView.h:14
A container view for displaying a CPTGraph.
Definition: CPTGraphHostingView.h:5
BOOL allowPinchScaling
Whether a pinch gesture will trigger plot space scaling. Default is YES.
Definition: CPTGraphHostingView.h:25
An abstract graph class.
Definition: CPTGraph.h:74
CPTGraph * hostedGraph
The CPTGraph hosted inside this view.
Definition: CPTGraphHostingView.h:9