Use this method to view the chart control's printer settings.
This method is equivalent to selecting the Page Setup button in the Toolbar.
[Visual Basic] Sub PageSetup() [C#] void XYChartNETCtl.PageSetup() [C++] void PageSetup()
XYChartNETCtl1 is the name of the XY Chart NET control instance placed on the form.
[Visual Basic] Private Sub Basic_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Basic.Click XYChartNETCtl1.PageSetup() End Sub [C#] [C++]