Click or drag to resize
ChartPrintGraphics Method
This method prints the chart on a single page.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void PrintGraphics(
	Object sender,
	PrintPageEventArgs e
)

Parameters

sender
Type: SystemObject
A Object that specifies the sender of an event.
e
Type: System.Drawing.PrintingPrintPageEventArgs
A PrintPageEventArgs containing data for the PrintPage event.
Remarks
The output is scaled to fill the page as much as possible while preserving the aspect ratio.
See Also