Search
Dashboard.print Method
See Also
 






Prints the contents of this Dashboard using he specified Graphics, PageFormat and page index.

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

 Syntax

Java  Copy Code

public int print (
    Graphics g,
    PageFormat pageFormat,
    int pageIndex
)

 Parameters

g

A Graphics instance.

pageFormat

A java.awt.print.PageFormat instance.

pageIndex

The index of the page to be printed.

 Return Value

 See Also