printChart

Syntax

<Path>.printChart([Width:real, Height:real, Orientation:integer])

The method printChart prints the contents of the Chart window to the default printer.

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.

  • The optional parameter Orientation of data type of data type integer designates the orientation of the printed Chart (0 is the printer Default, 1 is Landscape, 2 is Portrait).

Example

MyChart.printChart
MyChart.printChart(160,150,2)

Related Topic

Print