MonobjcMonobjc Documented Class Library
SublayerIndexForAxisLayerType Method (axis, layerType)
NamespacesMonobjc.CorePlotCPPlotAreaSublayerIndexForAxisLayerType(CPAxis, CPGraphLayerType)

Original signature is '- (unsigned)sublayerIndexForAxis:(CPAxis *)axis layerType:(CPGraphLayerType)layerType;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual uint SublayerIndexForAxisLayerType(
	CPAxis axis,
	CPGraphLayerType layerType
)
Public Overridable Function SublayerIndexForAxisLayerType ( _
	axis As CPAxis, _
	layerType As CPGraphLayerType _
) As UInteger
public:
virtual unsigned int SublayerIndexForAxisLayerType(
	CPAxis^ axis, 
	CPGraphLayerType layerType
)
Parameters
axis (CPAxis)
MISSING
layerType (CPGraphLayerType)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPPlotArea.SublayerIndexForAxisLayerType(Monobjc.CorePlot.CPAxis,Monobjc.CorePlot.CPGraphLayerType)"]

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.CorePlot (Module: Monobjc.CorePlot)