MonobjcMonobjc Documented Class Library
ShiftEndToFitInRange Method (otherRange)
NamespacesMonobjc.CorePlotCPPlotRangeShiftEndToFitInRange(CPPlotRange)

Original signature is '- (void)shiftEndToFitInRange:(CPPlotRange *)otherRange;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ShiftEndToFitInRange(
	CPPlotRange otherRange
)
Public Overridable Sub ShiftEndToFitInRange ( _
	otherRange As CPPlotRange _
)
public:
virtual void ShiftEndToFitInRange(
	CPPlotRange^ otherRange
)
Parameters
otherRange (CPPlotRange)
MISSING
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)