SharpPlot Reference > SharpPlot Methods > SaveVml Method SharpPlot.SaveVml Method
This saves a complete webpage in HTML format, including your chart rendered as VML.
VML is not supported by Microsoft and should not be used, unless for backwards compatibility reasons.
Example
sp.SaveVml("webpage.htm",false);
Overloads
See RenderVml for more information on the suitability of this format.
See also ...SharpPlot Members | SharpPlot.RenderVml Method
Send comments on this topic © Dyalog Ltd 2021
|