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