Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTGraphHostingView.h
Go to the documentation of this file.
1
#import "
CPTDefinitions.h
"
2
3
@class
CPTGraph
;
4
5
@interface
CPTGraphHostingView
:
UIView
<
NSCoding
,
NSSecureCoding
>
6
7
@property
(nonatomic, readwrite, strong, nullable)
CPTGraph
*
hostedGraph
;
8
@property
(nonatomic, readwrite, assign) BOOL
collapsesLayers
;
9
@property
(nonatomic, readwrite, assign) BOOL
allowPinchScaling
;
10
11
@end
NSCoding-p
UIView
CPTDefinitions.h
CPTGraphHostingView
A container view for displaying a CPTGraph.
Definition:
CPTGraphHostingView.h:5
CPTGraphHostingView::allowPinchScaling
BOOL allowPinchScaling
Whether a pinch will trigger plot space scaling. Default is YES. This causes gesture recognizers to b...
Definition:
CPTGraphHostingView.h:9
CPTGraphHostingView::collapsesLayers
BOOL collapsesLayers
Whether view draws all graph layers into a single layer. Collapsing layers may improve performance in...
Definition:
CPTGraphHostingView.h:8
CPTGraph
An abstract graph class.
Definition:
CPTGraph.h:74
NSSecureCoding-p
CPTGraphHostingView::hostedGraph
CPTGraph * hostedGraph
The CPTLayer hosted inside this view.
Definition:
CPTGraphHostingView.h:7
iPhoneOnly
CPTGraphHostingView.h
Generated by
1.8.18