Dundas Chart for Windows Forms
PageSetup Method
See Also  Example Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl.Utilities Namespace > PrintingManager Class : PageSetup Method


Shows Page Setup dialog.
Shows Page Setup dialog.

Syntax

Visual Basic (Declaration)  
Public Sub PageSetup() 
Visual Basic (Usage) Copy Code
Dim instance As PrintingManager
 
instance.PageSetup()
C#  
public void PageSetup()

Example

This example demonstrates how to show the page setup dialog.  We assume that a chart has been dropped at design-time.
Visual Basic Copy Code
Imports Dundas.Charting.WinControl
  ...

' Shows page setup dialog.
chart1.Printing.PageSetup()
C# Copy Code
using Dundas.Charting.WinControl;
 ...

// Shows page setup dialog.
chart1.Printing.PageSetup();

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.