Search
Dashboard.exportImage Method
See Also
 






Exports the Dashboard to the specified bitmap image file with the specified width and height.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public void exportImage (
    String filePath,
    int width,
    int height
)

 Parameters

filePath

A string specifying the file name or path.

width

The image width.

height

The image height.

 See Also