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

Go to the source code of this file.

Classes

protocol  <CPTPlotSpaceDelegate>
 Plot space delegate. More...
 
class  CPTPlotSpace
 Defines the coordinate system of a plot. More...
 
category  CPTPlotSpace(AbstractMethods)
 CPTPlotSpace abstract methods—must be overridden by subclasses. More...
 

Typedefs

typedef NSStringCPTPlotSpaceCoordinateMapping
 Plot space mapping notification type. More...
 
typedef NSStringCPTPlotSpaceInfoKey
 The userInfo dictionary keys used by CPTPlotSpaceCoordinateMappingDidChangeNotification notifications. More...
 
typedef NSArray< __kindof CPTPlotSpace * > CPTPlotSpaceArray
 An array of plot spaces. More...
 
typedef NSMutableArray< __kindof CPTPlotSpace * > CPTMutablePlotSpaceArray
 A mutable array of plot spaces. More...
 

Variables

Plot Space
CPTPlotSpaceCoordinateMapping __nonnull const CPTPlotSpaceCoordinateMappingDidChangeNotification
 Plot space coordinate change notification. More...
 
CPTPlotSpaceInfoKey __nonnull const CPTPlotSpaceCoordinateKey
 The userInfo dictionary key used by the CPTPlotSpaceCoordinateMappingDidChangeNotification to indicate the plot coordinate affected by the mapping change. More...
 
CPTPlotSpaceInfoKey __nonnull const CPTPlotSpaceScrollingKey
 The userInfo dictionary key used by the CPTPlotSpaceCoordinateMappingDidChangeNotification to indicate whether the mapping change is a scroll movement or other change. More...
 
CPTPlotSpaceInfoKey __nonnull const CPTPlotSpaceDisplacementKey
 The userInfo dictionary key used by the CPTPlotSpaceCoordinateMappingDidChangeNotification to indicate the displacement offset for scrolling changes in drawing coordinates. More...
 

Typedef Documentation

◆ CPTMutablePlotSpaceArray

A mutable array of plot spaces.

◆ CPTPlotSpaceArray

typedef NSArray<__kindof CPTPlotSpace *> CPTPlotSpaceArray

An array of plot spaces.

◆ CPTPlotSpaceCoordinateMapping

Plot space mapping notification type.

◆ CPTPlotSpaceInfoKey

The userInfo dictionary keys used by CPTPlotSpaceCoordinateMappingDidChangeNotification notifications.