MonobjcMonobjc Documented Class Library
NumberOfMinorTickMarksForAxis Method (inAxis)
NamespacesMonobjc.SM2DGraphViewSM2DGraphViewNumberOfMinorTickMarksForAxis(SM2DGraphAxis)

Original signature is '- (NSInteger)numberOfMinorTickMarksForAxis:(SM2DGraphAxisEnum)inAxis;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger NumberOfMinorTickMarksForAxis(
	SM2DGraphAxis inAxis
)
Public Overridable Function NumberOfMinorTickMarksForAxis ( _
	inAxis As SM2DGraphAxis _
) As NSInteger
public:
virtual NSInteger NumberOfMinorTickMarksForAxis(
	SM2DGraphAxis inAxis
)
Parameters
inAxis (SM2DGraphAxis)
The axis to count.
Return Value
The number of minor tick marks for an axis.
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)