SharpPlot Reference > SharpPlot Methods > RenderAnimatedSvg Method SharpPlot.RenderAnimatedSvg Method
Return chart rendered as animated SVG, with one frame per page.
If the delay is 0, then the user can flick through pages with keyboard arrows or mouse wheel.
Overloads
Result
chart as animated SVG.
Example
svg = sp.RenderAnimatedSvg(1); // Render chart as animated SVG, 1 second per page;
See also ...SharpPlot Members | SharpPlot.RenderSvg Method | SharpPlot.SaveAnimatedSvg Method
Send comments on this topic © Dyalog Ltd 2021
|