![]()  | 
  
    Core Plot (macOS)
    
   Cocoa plotting framework for macOS, iOS, and tvOS 
   | 
 
A container view for displaying a CPTGraph. More...
#import <CPTGraphHostingView.h>
 Inheritance diagram for CPTGraphHostingView:
 Collaboration diagram for CPTGraphHostingView:Properties | |
Hosted graph  | |
| CPTGraph * | hostedGraph | 
| The CPTGraph hosted inside this view.  More... | |
Printing  | |
| NSRect | printRect | 
| The bounding rectangle used when printing this view. Default is NSZeroRect.  More... | |
Cursors  | |
| NSCursor * | closedHandCursor | 
| The cursor displayed when the user is actively dragging any plot space.  More... | |
| NSCursor * | openHandCursor | 
| The cursor displayed when the mouse pointer is over a plot area mapped to a plot space that allows user interaction, but not actively being dragged.  More... | |
User Interaction  | |
| BOOL | allowPinchScaling | 
| Whether a pinch gesture will trigger plot space scaling. Default is YES.  More... | |
Additional Inherited Members | |
  Public Class Methods inherited from NSObject | |
| (id) | + alloc | 
| (Class) | + class | 
| (void) | + initialize | 
| (void) | + load | 
| (id) | + new | 
  Public Class Methods inherited from <NSKeyValueBindingCreation> | |
| (void) | + exposeBinding: | 
  Public Class Methods inherited from <NSSecureCoding> | |
| (BOOL) | + supportsSecureCoding: | 
  Public Instance Methods inherited from NSObject | |
| (Class) | - classForCoder | 
| (id) | - copy | 
| (void) | - dealloc | 
| (void) | - finalize | 
| (id) | - init | 
| (id) | - mutableCopy | 
  Public Instance Methods inherited from <NSObject> | |
| (NSString *) | - description | 
| (NSUInteger) | - hash | 
| (BOOL) | - isEqual: | 
  Public Instance Methods inherited from <NSKeyValueBindingCreation> | |
| (NSArray *) | - exposedBindings | 
| (Class) | - valueClassForBinding: | 
| (void) | - bind:toObject:withKeyPath:options: | 
| (NSArray *) | - optionDescriptionsForBinding: | 
| (NSDictionary *) | - infoForBinding: | 
| (void) | - unbind: | 
  Public Instance Methods inherited from <NSCoding> | |
| (id) | - initWithCoder: | 
| (void) | - encodeWithCoder: | 
A container view for displaying a CPTGraph.
      
  | 
  readwritenonatomicassign | 
Whether a pinch gesture will trigger plot space scaling. Default is YES.
      
  | 
  readwritenonatomicstrong | 
The cursor displayed when the user is actively dragging any plot space.
      
  | 
  readwritenonatomicstrong | 
The cursor displayed when the mouse pointer is over a plot area mapped to a plot space that allows user interaction, but not actively being dragged.
      
  | 
  readwritenonatomicassign | 
The bounding rectangle used when printing this view. Default is NSZeroRect.
If NSZeroRect (the default), the frame rectangle of the view is used instead.