Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
#import "CPTDefinitions.h"
Go to the source code of this file.
Classes | |
class | CPTTheme |
Creates a CPTGraph instance formatted with a predefined style. More... | |
category | CPTTheme(AbstractMethods) |
CPTTheme abstract methods—must be overridden by subclasses. More... | |
Typedefs | |
typedef NSString * | CPTThemeName |
Theme name type. More... | |
Variables | |
CPTThemeName __nonnull const | kCPTDarkGradientTheme |
A graph theme with dark gray gradient backgrounds and light gray lines. More... | |
CPTThemeName __nonnull const | kCPTPlainBlackTheme |
A graph theme with black backgrounds and white lines. More... | |
CPTThemeName __nonnull const | kCPTPlainWhiteTheme |
A graph theme with white backgrounds and black lines. More... | |
CPTThemeName __nonnull const | kCPTSlateTheme |
A graph theme with colors that match the default iPhone navigation bar, toolbar buttons, and table views. More... | |
CPTThemeName __nonnull const | kCPTStocksTheme |
A graph theme with a gradient background and white lines. More... | |
typedef NSString* CPTThemeName |
Theme name type.