SharpPlot Reference > SharpPlot Methods > RenderEps Method > (Boolean,String) SharpPlot.RenderEps Method (Boolean,String)
Return completed chart as EPS with monochrome switch and PostScript prologue.
public string RenderEps(
bool forceMonochrome,
string prologue
);
-
forceMonochrome
- Disable color support (defaults to false).
-
prologue
- Arbitrary PostScript code to include before first page.
-
return value
- Completed chart as Encapsulated PostScript.
See also ...SharpPlot Members | SharpPlot.RenderEps Method
Send comments on this topic © Dyalog Ltd 2021
|