Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTGraphHostingView Class Reference

A container view for displaying a CPTGraph. More...

#import <CPTGraphHostingView.h>

+ Inheritance diagram for CPTGraphHostingView:
+ Collaboration diagram for CPTGraphHostingView:

Properties

CPTGraphhostedGraph
 The CPTLayer hosted inside this view. More...
 
BOOL collapsesLayers
 Whether view draws all graph layers into a single layer. Collapsing layers may improve performance in some cases. More...
 
BOOL allowPinchScaling
 Whether a pinch will trigger plot space scaling. Default is YES. This causes gesture recognizers to be added to identify pinches. 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 <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 <NSCoding>
(id- initWithCoder:
 
(void) - encodeWithCoder:
 

Detailed Description

A container view for displaying a CPTGraph.

Property Documentation

◆ allowPinchScaling

- (BOOL) allowPinchScaling
readwritenonatomicassign

Whether a pinch will trigger plot space scaling. Default is YES. This causes gesture recognizers to be added to identify pinches.

◆ collapsesLayers

- (BOOL) collapsesLayers
readwritenonatomicassign

Whether view draws all graph layers into a single layer. Collapsing layers may improve performance in some cases.

◆ hostedGraph

- (nullable CPTGraph *) hostedGraph
readwritenonatomicstrong

The CPTLayer hosted inside this view.


The documentation for this class was generated from the following files: