MindFusion WinForms Programmer's Guide
ChartPrinter Members
Constructors Properties Methods
 


Defines a class for printing charts.

The following tables list the members exposed by the ChartPrinter type.

 Public Constructors

  Name Description

ChartPrinter

Overloaded. Initializes a new instance of the ChartPrinter class.

 Public Properties

  Name Description

Chart

Gets or sets the Chart to print.

Landscape

Gets or sets a value indicating whether the page is printed in landscape or portrait orientation. 

 Public Methods

  Name Description

Print

Starts the printing of the chart.

 Protected Methods

  Name Description

Dispose

Overloaded. Releases the resources used by the .NET Component.

OnBeginPrint

It is called after the Print method and before the first page of the document prints.

OnPrintPage

It is called before a page is printed.

OnQueryPageSettings

It is called immediately before each page is printed.

 See Also

ChartPrinter Class
MindFusion.Charting.WinForms Namespace