XY Chart NET 3 Control Reference
PageSetup Method

Use this method to view the chart control's printer settings.

This method is equivalent to selecting the Page Setup button in the Toolbar.

Syntax
[Visual Basic]
Sub PageSetup()
[C#]
void XYChartNETCtl.PageSetup()
[C++]
void PageSetup()
       
Example
' XYChartNETCtl1 is the name of the XY Chart NET control instance placed on the form.

Private Sub Basic_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Basic.Click
   XYChartNETCtl1.PageSetup()
End Sub
                       
                       
See Also

 

 


© 2003 - 2013 ControlEng Corporation. All rights reserved.