![]() |
Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
#import "CPTGraph.h"#import "CPTAxis.h"#import "CPTAxisSet.h"#import "CPTExceptions.h"#import "CPTGraphHostingView.h"#import "CPTLayerAnnotation.h"#import "CPTLegend.h"#import "CPTMutableTextStyle.h"#import "CPTPlotArea.h"#import "CPTPlotAreaFrame.h"#import "CPTPlotGroup.h"#import "CPTTextLayer.h"#import "CPTTheme.h"#import "NSCoderExtensions.h"
Include dependency graph for CPTGraph.m:Variables | |
| CPTGraphNotification const | CPTGraphNeedsRedrawNotification = @"CPTGraphNeedsRedrawNotification" |
| Notification sent by various objects to tell the graph it should redraw itself. More... | |
| CPTGraphNotification const | CPTGraphDidAddPlotSpaceNotification = @"CPTGraphDidAddPlotSpaceNotification" |
| Notification sent by a graph after adding a new plot space. More... | |
| CPTGraphNotification const | CPTGraphDidRemovePlotSpaceNotification = @"CPTGraphDidRemovePlotSpaceNotification" |
| Notification sent by a graph after removing a plot space. More... | |
| CPTGraphPlotSpaceKey const | CPTGraphPlotSpaceNotificationKey = @"CPTGraphPlotSpaceNotificationKey" |
The userInfo dictionary key used by the CPTGraphDidAddPlotSpaceNotification and CPTGraphDidRemovePlotSpaceNotification notifications for the plot space. More... | |