NPlot Documented Class Library

PlotSurface2D.Add Method (IDrawable)

[This is preliminary documentation and subject to change.]

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

public void Add(
   IDrawable p
);

Parameters

p
The IDrawable object to add to the plot surface.

Implements

IPlotSurface2D.Add

See Also

PlotSurface2D Class | NPlot Namespace | PlotSurface2D.Add Overload List