MonobjcMonobjc Documented Class Library
PlotRangeWithLocationLength Method (loc, len)
NamespacesMonobjc.CorePlotCPPlotRangePlotRangeWithLocationLength(NSDecimal, NSDecimal)

Original signature is '+ (CPPlotRange *)plotRangeWithLocation:(NSDecimal)loc length:(NSDecimal)len;'

Declaration Syntax
C#Visual BasicVisual C++
public static CPPlotRange PlotRangeWithLocationLength(
	NSDecimal loc,
	NSDecimal len
)
Public Shared Function PlotRangeWithLocationLength ( _
	loc As NSDecimal, _
	len As NSDecimal _
) As CPPlotRange
public:
static CPPlotRange^ PlotRangeWithLocationLength(
	NSDecimal loc, 
	NSDecimal len
)
Parameters
loc (NSDecimal)
MISSING
len (NSDecimal)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPPlotRange.PlotRangeWithLocationLength(Monobjc.Foundation.NSDecimal,Monobjc.Foundation.NSDecimal)"]

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)