Search
Dashboard.print Method
See Also
 






Prints the current Dashboard using the specified page format and printer.

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

 Syntax

Java  Copy Code

public void print (
    PageFormat pageFormat,
    String printer
)

 Parameters

pageFormat

java.awt.print.PageFormat that indicates the size and orientation of each page to be printed.

printer

Specifies the destination printer.

 See Also