NPlot Documented Class Library

PlotSurface2D.Remove Method 

[This is preliminary documentation and subject to change.]

Remove a drawable object from the plot surface.

public void Remove(
   IDrawable p,
   bool updateAxes
);

Parameters

p
the drawable to remove
updateAxes
whether or not to update the axes after removing the idrawable.

Implements

IPlotSurface2D.Remove

See Also

PlotSurface2D Class | NPlot.Web Namespace