SharpPlot.Reset Method

Clear SharpPlot taking optional paper size (width,height in pts) which determines the SVG viewbox, the size of an image rendered at default dpi, and so on.

Example

sp.Reset(newWidth,newHeight);

Overloads

If no argument is given, this clear the current instance of SharpPlot with default paper size (432 pts wide by 324 points high):

See also ...

SharpPlot Members