showPrintDialog (Chart)

Syntax

<Path>.showPrintDialog([Width:real, Height:real])

The method showPrintDialog opens the dialog Print.

Parameters

  • The optional parameter Width of data type real designates the width of the printed Chart in millimeters.

  • The optional parameter Height of data type real designates the height of the printed Chart in millimeters.

Example

MyChart.showPrintDialog
MyChart.showPrintDialog(140,120)

Related Topic

Print