NPlot Documented Class Library

PlotSurface2D.Remove Method 

[This is preliminary documentation and subject to change.]

Remove a drawable object. Note that axes are not updated.

public void Remove(
   IDrawable p,
   bool updateAxes
);

Parameters

p
Drawable to remove.
updateAxes
if true, the axes are updated.

Implements

IPlotSurface2D.Remove

See Also

PlotSurface2D Class | NPlot Namespace