SharpPlot Reference > SharpPlot Methods > SaveVml Method > (String,Boolean,Double,Boolean) SharpPlot.SaveVml Method (String,Boolean,Double,Boolean)
Save chart to webpage, rendered as VML with optional paper outline, resolution, and HTML wrapping.
public void SaveVml(
string filename,
bool showPaper,
double dpi,
bool html
);
-
filename
- Name of output file.
-
showPaper
- Flag to creata a drop-shadow outline.
-
dpi
- VML Resolution in dots per inch (default is 96dpi) (0 will be fully scalable).
-
html
- Flag to create a full HTML page rather than just a div block to be incorporated in a webpage (defaults to true).
See also ...SharpPlot Members | SharpPlot.SaveVml Method
Send comments on this topic © Dyalog Ltd 2021
|