MonobjcMonobjc Documented Class Library
PlotSpaceWillChangePlotRangeToForCoordinate Method (space, newRange, coordinate)
NamespacesMonobjc.CorePlotICPPlotSpaceDelegatePlotSpaceWillChangePlotRangeToForCoordinate(CPPlotSpace, CPPlotRange, CPCoordinate)

Notifies that plot space is going to change a plot range.

Original signature is '- (CPPlotRange *)plotSpace:(CPPlotSpace *)space willChangePlotRangeTo:(CPPlotRange *)newRange forCoordinate:(CPCoordinate)coordinate;'

Declaration Syntax
C#Visual BasicVisual C++
CPPlotRange PlotSpaceWillChangePlotRangeToForCoordinate(
	CPPlotSpace space,
	CPPlotRange newRange,
	CPCoordinate coordinate
)
Function PlotSpaceWillChangePlotRangeToForCoordinate ( _
	space As CPPlotSpace, _
	newRange As CPPlotRange, _
	coordinate As CPCoordinate _
) As CPPlotRange
CPPlotRange^ PlotSpaceWillChangePlotRangeToForCoordinate(
	CPPlotSpace^ space, 
	CPPlotRange^ newRange, 
	CPCoordinate coordinate
)
Parameters
space (CPPlotSpace)
The plot space.
newRange (CPPlotRange)
The proposed new plot range.
coordinate (CPCoordinate)
The coordinate of the range.
Return Value
The new plot range to be used.
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)