SharpPlot Reference > SharpPlot Methods > SaveAnimatedSvg Method > (String,Double) SharpPlot.SaveAnimatedSvg Method (String,Double)
Save chart as animated SVG with fixed size at 96dpi.
public void SaveAnimatedSvg(
string filename,
double delay
);
-
filename
- Name of output file.
-
delay
- Delay between page shifts in seconds (0 will let the user control page shift by keyboard/mouse) (defaults to 1).
See also ...SharpPlot Members | SharpPlot.SaveAnimatedSvg Method
Send comments on this topic © Dyalog Ltd 2021
|