NPlot Documented Class Library

PlotSurface2D.Add Method (IDrawable, XAxisPosition, YAxisPosition)

[This is preliminary documentation and subject to change.]

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

public void Add(
   IDrawable p,
   XAxisPosition xp,
   YAxisPosition yp
);

Parameters

p
the IDrawable object to add to the plot surface
xp
the x-axis to add the plot against.
yp
the y-axis to add the plot against.

Implements

IPlotSurface2D.Add

See Also

PlotSurface2D Class | NPlot Namespace | PlotSurface2D.Add Overload List