Charting for WinForms Programmer's Guide
Dashboard.ExportSvg Method (String, Int32, Int32)
See Also
 






Exports the dashboard to a Scalable Vector Graphics (SVG) file.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public void ExportSvg (
    string filePath,
    int width,
    int height
)

Visual Basic  Copy Code

Public Sub ExportSvg( _
    filePath As String, _
    width As Integer, _
    height As Integer _
)

 Parameters

filePath

A string specifying file name or path.

width

The image width.

height

The image height.

 See Also

ExportSvg Method Overload List
Dashboard Members
Dashboard Class
MindFusion.Charting.WinForms Namespace