Reference > Methods > RenderMetafile Method 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 Metafile object which may be used as required to save the chart to file, or display it on an application control such as a PictureBox. There is no result if the user passes a Stream – the EMF content is simply appended to the stream.
See also ...SharpPlot Members
Send comments on this topic © Dyalog Ltd 2013
|