| Contents > SharpPlot > Methods | Index |
SharpPlot.RenderMetafile Method
Return completed chart rendered as a Metafile object.
Example
metafile cht = sp.RenderMetaFile();
Return Value
The result of this call is a Metafiule object which may be used as required to save the chart to file, or display it on an application control.
