Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
#import "CPTBorderedLayer.h"
#import "CPTDefinitions.h"
#import "CPTPlot.h"
#import "CPTPlotSpace.h"
Go to the source code of this file.
Classes | |
class | CPTGraph |
An abstract graph class. More... | |
category | CPTGraph(AbstractFactoryMethods) |
CPTGraph abstract methods—must be overridden by subclasses. More... | |
Typedefs | |
typedef NSString * | CPTGraphNotification |
Graph notification type. More... | |
typedef NSString * | CPTGraphPlotSpaceKey |
The userInfo dictionary keys used by CPTGraph plot space notifications. More... | |
Enumerations | |
enum | CPTGraphLayerType : NSInteger { CPTGraphLayerTypeMinorGridLines, CPTGraphLayerTypeMajorGridLines, CPTGraphLayerTypeAxisLines, CPTGraphLayerTypePlots, CPTGraphLayerTypeAxisLabels, CPTGraphLayerTypeAxisTitles } |
Enumeration of graph layers. More... | |
Variables | |
Graph | |
CPTGraphNotification __nonnull const | CPTGraphNeedsRedrawNotification |
Notification sent by various objects to tell the graph it should redraw itself. More... | |
CPTGraphNotification __nonnull const | CPTGraphDidAddPlotSpaceNotification |
Notification sent by a graph after adding a new plot space. More... | |
CPTGraphNotification __nonnull const | CPTGraphDidRemovePlotSpaceNotification |
Notification sent by a graph after removing a plot space. More... | |
CPTGraphPlotSpaceKey __nonnull const | CPTGraphPlotSpaceNotificationKey |
The userInfo dictionary key used by the CPTGraphDidAddPlotSpaceNotification and CPTGraphDidRemovePlotSpaceNotification notifications for the plot space. More... | |
typedef NSString* CPTGraphNotification |
Graph notification type.
typedef NSString* CPTGraphPlotSpaceKey |
The userInfo
dictionary keys used by CPTGraph plot space notifications.
enum CPTGraphLayerType : NSInteger |