[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.
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);
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);
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);
PlotSurface2D Class | NPlot.Web Namespace