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






Exports the dashboard to a bitmap image file.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Sub ExportImage( _
    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

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