NPlot Documented Class Library

IPlotSurface2D.Remove Method 

[This is preliminary documentation and subject to change.]

Remove a drawable object from the plot surface.

void Remove(
   IDrawable p,
   bool updateAxes
);

Parameters

p
the object to remove
updateAxes
whether or not to update the axes after removal.

See Also

IPlotSurface2D Interface | NPlot Namespace