Use this method to preview the chart image before sending it to the printer.
This method is equivalent to selecting the Print Preview button in the Toolbar.
[Visual Basic] Sub PrintPreview() [C#] void XYChartNETCtl.PrintPreview() [C++] void PrintPreview()
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.PrintPreview() End Sub [C#] [C++]