MonobjcMonobjc Documented Class Library
CPAxisLabel Constructor (newText, style)
NamespacesMonobjc.CorePlotCPAxisLabelCPAxisLabel(NSString, CPTextStyle)

Original signature is '- (id)initWithText:(NSString *)newText textStyle:(CPTextStyle *)style;'

Declaration Syntax
C#Visual BasicVisual C++
public CPAxisLabel(
	NSString newText,
	CPTextStyle style
)
Public Sub New ( _
	newText As NSString, _
	style As CPTextStyle _
)
public:
CPAxisLabel(
	NSString^ newText, 
	CPTextStyle^ style
)
Parameters
newText (NSString)
MISSING
style (CPTextStyle)
MISSING
Return Value
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)