Search
Dashboard.ExportSvg Method (String)
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
)

Visual Basic  Copy Code

Public Sub ExportSvg( _
    filePath As String _
)

 Parameters

filePath

A string specifying file name or path.

 See Also