Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
Theme Names

Names of the predefined themes. More...

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...
 

Detailed Description

Names of the predefined themes.

Variable Documentation

◆ kCPTDarkGradientTheme

CPTThemeName __nonnull const kCPTDarkGradientTheme

A graph theme with dark gray gradient backgrounds and light gray lines.

◆ kCPTPlainBlackTheme

CPTThemeName __nonnull const kCPTPlainBlackTheme

A graph theme with black backgrounds and white lines.

◆ kCPTPlainWhiteTheme

CPTThemeName __nonnull const kCPTPlainWhiteTheme

A graph theme with white backgrounds and black lines.

◆ kCPTSlateTheme

CPTThemeName __nonnull const kCPTSlateTheme

A graph theme with colors that match the default iPhone navigation bar, toolbar buttons, and table views.

◆ kCPTStocksTheme

CPTThemeName __nonnull const kCPTStocksTheme

A graph theme with a gradient background and white lines.