This method prints the chart on a single page.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public void PrintGraphics(
	Object sender,
	PrintPageEventArgs e
)
Visual Basic (Declaration)
Public Sub PrintGraphics ( _
	sender As Object, _
	e As PrintPageEventArgs _
)
Visual C++
public:
void PrintGraphics(
	Object^ sender, 
	PrintPageEventArgs^ e
)

Parameters

sender
Type: System..::.Object
A Object that specifies the sender of an event.
e
Type: System.Drawing.Printing..::.PrintPageEventArgs
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