MindFusion WinForms Programmer's Guide
ChartPrinter.OnPrintPage Method
See Also
 





It is called before a page is printed.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

protected override void OnPrintPage (
    PrintPageEventArgs e
)

Visual Basic  Copy Code

Protected Overrides Sub OnPrintPage ( _
    e As PrintPageEventArgs _
)

 Parameters

e
An instance of .NET PrintPageEventArgs class that contains the event data.

 Remarks

It performs all necessary calculations according to the print settings and draws the chart in the Graphics object that is used for the printing.

 See Also

ChartPrinter Members
ChartPrinter Class
MindFusion.Charting.WinForms Namespace