IMSL C# Numerical Library

Chart.PrintGraphics Method 

This method prints the chart on a single page.

public void PrintGraphics(
   object sender,
   PrintPageEventArgs e
);

Parameters

sender
A Object that specifies the sender of an event.
e
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

Chart Class | Imsl.Chart2D Namespace