MindFusion.Charting for Java Programmer's Guide
Dashboard.exportImage Method
See Also
 






  Gauges

Exports this Dashboard as an image under the specified file path.

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

 Syntax

Java  Copy Code

public void exportImage (
    String filePath
)

 Parameters

filePath

The file path.

 See Also