Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
Go to the source code of this file.
Classes | |
protocol | <CPTLegendDelegate> |
Legend delegate. More... | |
class | CPTLegend |
A graph legend. More... | |
Typedefs | |
typedef NSString * | CPTLegendNotification |
Graph notification type. More... | |
Enumerations | |
enum | CPTLegendSwatchLayout : NSInteger { CPTLegendSwatchLayoutLeft, CPTLegendSwatchLayoutRight, CPTLegendSwatchLayoutTop, CPTLegendSwatchLayoutBottom } |
Enumeration of legend layout options. More... | |
Variables | |
Legend | |
CPTLegendNotification __nonnull const | CPTLegendNeedsRedrawForPlotNotification |
Notification sent by plots to tell the legend it should redraw itself. More... | |
CPTLegendNotification __nonnull const | CPTLegendNeedsLayoutForPlotNotification |
Notification sent by plots to tell the legend it should update its layout and redraw itself. More... | |
CPTLegendNotification __nonnull const | CPTLegendNeedsReloadEntriesForPlotNotification |
Notification sent by plots to tell the legend it should reload all legend entries. More... | |
typedef NSString* CPTLegendNotification |
Graph notification type.
enum CPTLegendSwatchLayout : NSInteger |
Enumeration of legend layout options.