SharpPlot Reference > SharpPlot Methods > SaveAnimatedGif Method SharpPlot.SaveAnimatedGif Method
Save chart rendered through raster engine as an animated GIF file, one frame per page.
Animated GIF cannot be rendered as an in-memory C# object because .Net does not support animated GIF format.
Overloads
Example
sp.SaveAnimatedGif("chart.gif",1,72);
// Save chart as animated gif at 72 DPI, 1 second per page;
See also ...SharpPlot Members
Send comments on this topic © Dyalog Ltd 2021
|