Xceed Chart for WinForms v4.4 Documentation
ShowDialog Method (PrintManager)
Example 


Xceed.Chart.v4.4 Assembly > Xceed.Chart Namespace > PrintManager Class : ShowDialog Method
Shows the build in print manager dialog.
Syntax
'Declaration
 
Public Sub ShowDialog() 
'Usage
 
Dim instance As PrintManager
 
instance.ShowDialog()
public void ShowDialog()
Remarks
The build in print manager dialog exposes all the properties of the PrintManager object. It allows you to quickly provide printing support for your applications.
Example
The following code invokes the print manager visual interface.
ChartControl.PrintManager.ShowDialog();
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