Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTPlotSpace.m File Reference
#import "CPTPlotSpace.h"
#import "CPTGraph.h"
#import "CPTMutablePlotRange.h"
#import "CPTUtilities.h"
+ Include dependency graph for CPTPlotSpace.m:

Variables

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