Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
A container view for displaying a CPTGraph. More...
#import <CPTGraphHostingView.h>
Properties | |
CPTGraph * | hostedGraph |
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: |
A container view for displaying a CPTGraph.
|
readwritenonatomicassign |
Whether a pinch will trigger plot space scaling. Default is YES. This causes gesture recognizers to be added to identify pinches.
|
readwritenonatomicassign |
Whether view draws all graph layers into a single layer. Collapsing layers may improve performance in some cases.