| Contents > SharpPlot > Methods | Index |
SharpPlot.SaveEps Method
Saves the current chart to a text file in Encapsulated PostScript format.
Example
sp.SaveEps("chart.eps",false);
Overloads
- public void SaveEps(string filename);
- public void SaveEps(string filename,bool forceMonochrome);
- public void SaveEps(string filename,bool forceMonochrome,string prefix);
Description
See RenderEps for more details on this format.
