MonobjcMonobjc Documented Class Library
AddTheme Method (newTheme)
NamespacesMonobjc.CorePlotCPThemeAddTheme(CPTheme)

Original signature is '+ (void)addTheme:(CPTheme *)newTheme;'

Declaration Syntax
C#Visual BasicVisual C++
public static void AddTheme(
	CPTheme newTheme
)
Public Shared Sub AddTheme ( _
	newTheme As CPTheme _
)
public:
static void AddTheme(
	CPTheme^ newTheme
)
Parameters
newTheme (CPTheme)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.CorePlot (Module: Monobjc.CorePlot)