APLX Help : System Classes : The Chart and Series Objects : Chart Object Methods
|
|
![]() |
Chart Object Methods |
This
is a method without arguments. It causes the chart to be printed on
the currently-selected printer. The chart will fill as much of the page size
set using the APLX Page Setup dialog as it can, within the margins set in the
Preferences dialog and any extra margins set using the chart's This is a method without arguments. It causes the chart to be copied to the clipboard as a picture. Under Windows, it is copied as a Windows metafile, so for example you can paste it into Microsoft Word as a resizable image. Under MacOS, it is copied as a PICT object. Under Linux it is copied as a bitmap. This method causes the chart to be saved to a graphics file. The filename parameter is the full path of the file to be written. Alternatively, it can be an empty vector, in which case a standard file dialog is displayed to allow the user to choose the name. The optional type parameter can be one of the following: 0 : Write the file using the native vector graphics format of the host (not supported under Linux): Under Windows the vector format used is the Windows Enhanced Metafile (.emf). Under Macintosh OS X the vector format used is a PICT file. 1 : Write the file in a bitmap format (not supported under MacOS). The format used is a Windows-style bitmap file (.bmp). 2 : Write the file in Scalable Vector Graphics (SVG) format. The default is 0 for Windows and Macintosh, 1 for Linux. Note: If you want to save the chart in a different format, for example as a GIF, you can do this using an Image object. To do this, you need to read the bitmap property of the Chart, write this to the bitmap property of the Image, set the Image format, and then call the Save method of the Image. The
These
two methods convert a point (Vertical and Horizontal values in the current These
two methods are particularly useful for responding the mouse-down
events on the chart. For example, you might want to display an
information panel if a point on the chart is clicked. If you set
the
These
methods carry out the inverse transformation, from chart coordinates
to a point on the control, expressed in the current |
|
APLX Help : System Classes : The Chart and Series Objects : Chart Object Methods
|
Copyright © 1996-2010 MicroAPL Ltd