MindFusion.Java Package Programmer's Guide
Dashboard.print Method (Graphics, PageFormat, Int32)
See Also
 






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

Namespace: com.mindfusion.charting.swing
Package: 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

print Method Overload List
Dashboard Members
Dashboard Class
com.mindfusion.charting.swing Namespace