MonobjcMonobjc Documented Class Library
PlotSpaceDidChangePlotRangeForCoordinate Method (space, coordinate)
NamespacesMonobjc.CorePlotICPPlotSpaceDelegatePlotSpaceDidChangePlotRangeForCoordinate(CPPlotSpace, CPCoordinate)

Notifies that plot space has changed a plot range.

Original signature is '- (void)plotSpace:(CPPlotSpace *)space didChangePlotRangeForCoordinate:(CPCoordinate)coordinate;'

Declaration Syntax
C#Visual BasicVisual C++
void PlotSpaceDidChangePlotRangeForCoordinate(
	CPPlotSpace space,
	CPCoordinate coordinate
)
Sub PlotSpaceDidChangePlotRangeForCoordinate ( _
	space As CPPlotSpace, _
	coordinate As CPCoordinate _
)
void PlotSpaceDidChangePlotRangeForCoordinate(
	CPPlotSpace^ space, 
	CPCoordinate coordinate
)
Parameters
space (CPPlotSpace)
The plot space.
coordinate (CPCoordinate)
The coordinate of the range.
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)