SharpPlot Reference > SharpPlot Methods > SaveVml Method > (String,Boolean,Double) SharpPlot.SaveVml Method (String,Boolean,Double)
Save chart as HTML with optional paper outline and resolution.
public void SaveVml(
string filename,
bool showPaper,
double dpi
);
-
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).
See also ...SharpPlot Members | SharpPlot.SaveVml Method
Send comments on this topic © Dyalog Ltd 2021
|