Dundas Chart for Windows Forms
Printing Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Chart Class : Printing Property


Gets a read-only PrintManager object, used for printing a chart.
Chart printing object.

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property Printing As PrintingManager
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim value As PrintingManager
 
value = instance.Printing
C#  
public PrintingManager Printing {get;}

Return Value

A PrintingManager object.

Remarks

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.

Requirements

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

See Also

© 2009 All Rights Reserved.