| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Methods > SaveSvg Method SharpPlot.SaveSvg MethodThis saves your chart as a Scalable Vector Graphic. The mode option allows some control over the way the chart is scaled by the Adobe SVG viewer when it is embedded in a webpage. The header text may be used to add extra attributes into the svg tag which starts the XML document. Examplesp.SaveSvg("chart.svg",SvgMode.FixedAspect); Overloads
See RenderSvg for more information on the support for this format in various browsers. See also ...SharpPlot Members | RenderSvg Method |