|












| |
Contents | Index
SIZE.CHART
Set size of chart window.
Syntax: SIZE.CHART (chart.title, x_left, [y_top], [width], [height])
Reply: None
Chart.title is returned by the NEW.CHART command when the chart is created.
x_left, y_top, width and height should be numbers of screen pixels.
Instead of sending a number for x_left, you can send the one following words
(in which case you do not have to pass any of the other numbers):
min
| reduce window to an icon
| max
| maximize window to full size
| restore
| restore window to normal size from maximized state or iconized state
|
|