XY Chart NET 3 Control Reference
PrintPreview Method

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.

Syntax
[Visual Basic]
Sub PrintPreview()
[C#]
void XYChartNETCtl.PrintPreview()
[C++]
void PrintPreview()
       
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.PrintPreview()
End Sub
                       
                       
See Also

 

 


© 2003 - 2013 ControlEng Corporation. All rights reserved.