NPlot Documented Class Library

IPlotSurface2D.Add Method (IDrawable)

[This is preliminary documentation and subject to change.]

Adds a drawable object to the plot surface. If the object is an IPlot, the PlotSurface2D axes will also be updated.

void Add(
   IDrawable p
);

Parameters

p
The IDrawable object to add to the plot surface.

See Also

IPlotSurface2D Interface | NPlot Namespace | IPlotSurface2D.Add Overload List