Notifies that plot space is going to change a plot range.
Original signature is '- (CPPlotRange *)plotSpace:(CPPlotSpace *)space willChangePlotRangeTo:(CPPlotRange *)newRange forCoordinate:(CPCoordinate)coordinate;'

C# | Visual Basic | Visual 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 )

- space (CPPlotSpace)
- The plot space.
- newRange (CPPlotRange)
- The proposed new plot range.
- coordinate (CPCoordinate)
- The coordinate of the range.

The new plot range to be used.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)