MonobjcMonobjc Documented Class Library
TwoDGraphViewMinimumValueForLineIndexForAxis Method (inGraphView, inLineIndex, inAxis)
NamespacesMonobjc.SM2DGraphViewISM2DGraphDataSourceTwoDGraphViewMinimumValueForLineIndexForAxis(SM2DGraphView, NSUInteger, SM2DGraphAxis)

Original signature is '- (CGFloat)twoDGraphView:(SM2DGraphView *)inGraphView minimumValueForLineIndex:(NSUInteger)inLineIndex forAxis:(SM2DGraphAxisEnum)inAxis;'

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
inGraphView (SM2DGraphView)
The graph view making the call.
inLineIndex (NSUInteger)
The zero based data line index to return.
inAxis (SM2DGraphAxis)
The axis requested.
Return Value
A number to use for the minimum value of the scale.
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)