Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
#import "CPTLegend.h"
#import "CPTExceptions.h"
#import "CPTFill.h"
#import "CPTGraph.h"
#import "CPTLegendEntry.h"
#import "CPTLineStyle.h"
#import "CPTPathExtensions.h"
#import "CPTTextStyle.h"
#import "CPTUtilities.h"
#import "NSCoderExtensions.h"
#import "NSNumberExtensions.h"
#import <tgmath.h>
Variables | |
CPTLegendNotification const | CPTLegendNeedsRedrawForPlotNotification = @"CPTLegendNeedsRedrawForPlotNotification" |
Notification sent by plots to tell the legend it should redraw itself. More... | |
CPTLegendNotification const | CPTLegendNeedsLayoutForPlotNotification = @"CPTLegendNeedsLayoutForPlotNotification" |
Notification sent by plots to tell the legend it should update its layout and redraw itself. More... | |
CPTLegendNotification const | CPTLegendNeedsReloadEntriesForPlotNotification = @"CPTLegendNeedsReloadEntriesForPlotNotification" |
Notification sent by plots to tell the legend it should reload all legend entries. More... | |