Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTBorderedLayer.h
Go to the documentation of this file.
2 
3 @class CPTLineStyle;
4 @class CPTFill;
5 
7 
10 @property (nonatomic, readwrite, copy, nullable) CPTLineStyle *borderLineStyle;
11 @property (nonatomic, readwrite, copy, nullable) CPTFill *fill;
13 
16 @property (nonatomic, readwrite) BOOL inLayout;
18 
21 -(void)renderBorderedLayerAsVectorInContext:(nonnull CGContextRef)context;
23 
24 @end
CPTLineStyle
Immutable wrapper for various line drawing properties. Create a CPTMutableLineStyle if you want to cu...
Definition: CPTLineStyle.h:20
CPTBorderedLayer::fill
CPTFill * fill
The fill for the layer background.
Definition: CPTBorderedLayer.h:11
CPTFill
Draws area fills.
Definition: CPTFill.h:18
CPTAnnotationHostLayer
A container layer for annotations.
Definition: CPTAnnotationHostLayer.h:5
-[NSObject copy]
id copy
CGContextRef
typedef CGContextRef
CPTAnnotationHostLayer.h
CPTBorderedLayer::inLayout
BOOL inLayout
Set to YES when changing the layout of this layer. Otherwise, if masking the border,...
Definition: CPTBorderedLayer.h:16
CPTBorderedLayer
A layer with a border line and background fill.
Definition: CPTBorderedLayer.h:7
CPTBorderedLayer::borderLineStyle
CPTLineStyle * borderLineStyle
The line style for the layer border.
Definition: CPTBorderedLayer.h:10