Xceed Chart for WinForms v4.4 Documentation
Print Method
Example 


Xceed.Chart.v4.4 Assembly > Xceed.Chart Namespace > PrintManager Class : Print Method
Prints the chart.
Syntax
'Declaration
 
Public Sub Print() 
'Usage
 
Dim instance As PrintManager
 
instance.Print()
public void Print()
Remarks
Prints the chart using the settings of the PrintManager (copies, margins, landscape etc.). If you do not touch these properties it will print with the default printer settings.
Example
The following code prints the chart.
ChartControl.PrintManager.Print();
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PrintManager Class
PrintManager Members