Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTAnnotation.h File Reference
#import "CPTDefinitions.h"
+ Include dependency graph for CPTAnnotation.h:
+ This graph shows which files directly or indirectly include this file:

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 Documentation

◆ CPTAnnotationArray

An array of annotations.

◆ CPTMutableAnnotationArray

A mutable array of annotations.