|
Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
Go to the documentation of this file.
15 -(nonnull instancetype)initWithAnchorLayer:(nonnull
CPTLayer *)anchorLayer NS_DESIGNATED_INITIALIZER;
16 -(nullable instancetype)initWithCoder:(nonnull
NSCoder *)coder NS_DESIGNATED_INITIALIZER;
CPTConstraints * xConstraints
The constraints used to position the content layer relative to the reference layer in the x-direction...
Definition: CPTLayerAnnotation.h:10
An annotation positions a content layer relative to some anchor point.
Definition: CPTAnnotation.h:19
Implements a one-dimensional constrained position within a given numeric range.
Definition: CPTConstraints.h:1
CPTRectAnchor
Locations around the edge of a rectangle.
Definition: CPTDefinitions.h:194
Positions a content layer relative to an anchor point in a reference layer.
Definition: CPTLayerAnnotation.h:7
Base class for all Core Animation layers in Core Plot.
Definition: CPTLayer.h:83
CPTRectAnchor rectAnchor
The anchor position for the annotation.
Definition: CPTLayerAnnotation.h:9
#define cpt_weak_property
A custom definition for automatic reference counting (ARC) weak properties that falls back to assign ...
Definition: CPTDefinitions.h:32
CPTConstraints * yConstraints
The constraints used to position the content layer relative to the reference layer in the y-direction...
Definition: CPTLayerAnnotation.h:11
CPTLayer * anchorLayer
The reference layer.
Definition: CPTLayerAnnotation.h:8