NPlot Documented Class Library

PlotSurface2D.Add Method

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

Overload List

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);

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,XAxisPosition,YAxisPosition);

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.

public void Add(IDrawable,XAxisPosition,YAxisPosition,int);

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,int);

See Also

PlotSurface2D Class | NPlot Namespace