| Contents > SharpPlot > Methods | Index |
SharpPlot.NewPage Method
Page throw (useful for PDF only at present). By default this resets all properties back to their initial values, but you can pass false here in which case the color (pattern, marker) cycles are restarted at the first value, but all other settings are preserved.
public void NewPage(bool);
Overloads
Example
sp.NewPage();
By setting suitable bookmarks, you can easily create an indexed chart portfolio as a PDF with an indented outline tree. This can be a good way to distribute a large number of related charts in a single document.
