Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
#import "CPTPlotSpace.h"
#import "CPTGraph.h"
#import "CPTMutablePlotRange.h"
#import "CPTUtilities.h"
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... | |