NPlot Documented Class Library

IPlotSurface2D.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. If the object is an IPlot, the PlotSurface2D axes will also be updated.

void Add(
   IDrawable p,
   XAxisPosition xax,
   YAxisPosition yax
);

Parameters

p
the IDrawable object to add to the plot surface
xax
the x-axis to add the plot against.
yax
the y-axis to add the plot against.

See Also

IPlotSurface2D Interface | NPlot Namespace | IPlotSurface2D.Add Overload List