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

C# | Visual Basic | Visual 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 )

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

A string to draw at the tick mark location; can return nil if no label is wanted.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)