Chart printing object.
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Printing As PrintingManager |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public PrintingManager Printing {get;} |
Return Value
A PrintingManager object.When a chart is printed all chart elements, except for scrollbars, will be printed.
The PrintingManager object has the following methods that are used for basic printing operations:
- PageSetup: displays a Page Setup dialog, which allows for paper size selection, paper source, orientation, etc.
- PrintPreview: displays a Print Preview dialog, which allows the end-user to zoom, print the chart, etc.
- Print: prints the chart, and the Print dialog can optionally be displayed prior to printing.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family