| SharpPlot Reference > SharpPlot Methods > RenderAnimatedSvg Method >  (Double,SvgMode) SharpPlot.RenderAnimatedSvg Method (Double,SvgMode)Return chart as animated SVG with given aspect setting. public string RenderAnimatedSvg(
    double delay,
    SvgMode mode
);
delayDelay between page shifts in seconds (0 will let the user control page shift by keyboard/mouse) (defaults to 1).
modeAspect setting used to display SVG (defaults to SvgMode.FixedSize).
return valuechart as animated SVG.
 See also ...SharpPlot Members | SharpPlot.RenderAnimatedSvg Method 
 Send comments on this topic© Dyalog Ltd 2021
 |