Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
#import "CPTDefinitions.h"
Go to the source code of this file.
Classes | |
class | CPTAnnotation |
An annotation positions a content layer relative to some anchor point. More... | |
category | CPTAnnotation(AbstractMethods) |
CPTAnnotation abstract methods—must be overridden by subclasses. More... | |
Typedefs | |
typedef NSArray< __kindof CPTAnnotation * > | CPTAnnotationArray |
An array of annotations. More... | |
typedef NSMutableArray< __kindof CPTAnnotation * > | CPTMutableAnnotationArray |
A mutable array of annotations. More... | |
typedef NSArray<__kindof CPTAnnotation *> CPTAnnotationArray |
An array of annotations.
typedef NSMutableArray<__kindof CPTAnnotation *> CPTMutableAnnotationArray |
A mutable array of annotations.