ChartPrintGraphics Method |
This method prints the chart on a single page.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void PrintGraphics(
Object sender,
PrintPageEventArgs e
)
Public Sub PrintGraphics (
sender As Object,
e As PrintPageEventArgs
)
public:
void PrintGraphics(
Object^ sender,
PrintPageEventArgs^ e
)
member PrintGraphics :
sender : Object *
e : PrintPageEventArgs -> unit
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