MonobjcMonobjc Documented Class Library
TwoDGraphViewLabelForTickMarkIndexForAxisDefaultLabel Method (inGraphView, inTickMarkIndex, inAxis, inDefault)
NamespacesMonobjc.SM2DGraphViewISM2DGraphDelegateTwoDGraphViewLabelForTickMarkIndexForAxisDefaultLabel(SM2DGraphView, NSUInteger, SM2DGraphAxis, NSString)

Original signature is '- (NSString *)twoDGraphView:(SM2DGraphView *)inGraphView labelForTickMarkIndex:(NSUInteger)inTickMarkIndex forAxis:(SM2DGraphAxisEnum)inAxis defaultLabel:(NSString *)inDefault;'

Declaration Syntax
C#Visual BasicVisual C++
NSString TwoDGraphViewLabelForTickMarkIndexForAxisDefaultLabel(
	SM2DGraphView inGraphView,
	NSUInteger inTickMarkIndex,
	SM2DGraphAxis inAxis,
	NSString inDefault
)
Function TwoDGraphViewLabelForTickMarkIndexForAxisDefaultLabel ( _
	inGraphView As SM2DGraphView, _
	inTickMarkIndex As NSUInteger, _
	inAxis As SM2DGraphAxis, _
	inDefault As NSString _
) As NSString
NSString^ TwoDGraphViewLabelForTickMarkIndexForAxisDefaultLabel(
	SM2DGraphView^ inGraphView, 
	NSUInteger inTickMarkIndex, 
	SM2DGraphAxis inAxis, 
	NSString^ inDefault
)
Parameters
inGraphView (SM2DGraphView)
The graph view making the call.
inTickMarkIndex (NSUInteger)
The zero based data line index to return.
inAxis (SM2DGraphAxis)
The axis the tick mark is on.
inDefault (NSString)
The default value of the label; will always be a number based on the position of the tick mark and the scale of the first line.
Return Value
A string to draw at the tick mark location; can return nil if no label is wanted.
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.SM2DGraphView (Module: Monobjc.SM2DGraphView)