![]() |
Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
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 NSString * | CPTPlotSpaceCoordinateMapping |
| Plot space mapping notification type. More... | |
| typedef NSString * | CPTPlotSpaceInfoKey |
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 NSMutableArray<__kindof CPTPlotSpace *> CPTMutablePlotSpaceArray |
A mutable array of plot spaces.
| typedef NSArray<__kindof CPTPlotSpace *> CPTPlotSpaceArray |
An array of plot spaces.
| typedef NSString* CPTPlotSpaceCoordinateMapping |
Plot space mapping notification type.
| typedef NSString* CPTPlotSpaceInfoKey |
The userInfo dictionary keys used by CPTPlotSpaceCoordinateMappingDidChangeNotification notifications.