NPlot Documented Class Library

PlotSurface2D.Add Method (IDrawable, Int32)

[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.

public void Add(
   IDrawable p,
   int zOrder
);

Parameters

p
The IDrawable object to add to the plot surface.
zOrder
The z-ordering when drawing (objects with lower numbers are drawn first)

Implements

IPlotSurface2D.Add

See Also

PlotSurface2D Class | NPlot Namespace | PlotSurface2D.Add Overload List