Original signature is '- (CGFloat)twoDGraphView:(SM2DGraphView *)inGraphView minimumValueForLineIndex:(NSUInteger)inLineIndex forAxis:(SM2DGraphAxisEnum)inAxis;'
| C# | Visual Basic | Visual C++ |
CGFloat TwoDGraphViewMinimumValueForLineIndexForAxis( SM2DGraphView inGraphView, NSUInteger inLineIndex, SM2DGraphAxis inAxis )
Function TwoDGraphViewMinimumValueForLineIndexForAxis ( _ inGraphView As SM2DGraphView, _ inLineIndex As NSUInteger, _ inAxis As SM2DGraphAxis _ ) As CGFloat
CGFloat TwoDGraphViewMinimumValueForLineIndexForAxis( SM2DGraphView^ inGraphView, NSUInteger inLineIndex, SM2DGraphAxis inAxis )
- inGraphView (SM2DGraphView)
- The graph view making the call.
- inLineIndex (NSUInteger)
- The zero based data line index to return.
- inAxis (SM2DGraphAxis)
- The axis requested.
A number to use for the minimum value of the scale.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)