home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / education / chartdraw / !ChartDraw / !Help < prev    next >
Text File  |  1992-03-19  |  14KB  |  372 lines

  1.  
  2.  
  3. !Chartdraw, © by Chris Johnson, 1990
  4. ====================================
  5.  
  6.  
  7. *********************************************************
  8.  
  9. ACKNOWLEDGEMENT
  10.  
  11. THIS PROGRAM WAS COMPILED USING THE DABS PRESS ARCHIMEDES
  12. BASIC COMPILER (ABC)
  13.  
  14. *********************************************************
  15.  
  16.  
  17. This fully multi-tasking application allows the production
  18. of a range of charts from data that can be entered and
  19. edited. The program plots line graphs, stacked and grouped
  20. barcharts and piegraphs. The current implementation allows
  21. only 2D-representation of the bars and pies, which is
  22. sufficient for most needs.
  23.  
  24. This application now gives full support to Acorn's !Help
  25. application, displaying information on the various icons
  26. and windows when the !Help window is open.
  27.  
  28. Starting the program
  29. --------------------
  30.  
  31. Double clicking on the !Chartdraw directory installs the
  32. application on the icon bar. Clicking on the icon on the
  33. iconbar opens a scrolling edit window into which the data to
  34. be displayed can be entered. Labels to append to the axes
  35. etc. are also entered. Loading in one of the demonstration
  36. data files should show how the edit window operates.
  37.  
  38. If the program is freshly started, or any previous data has
  39. been cleared, then the edit grid will be empty. If the
  40. program has been used previously, any data already entered
  41. and not cleared will be displayed. It is possible to enter a
  42. main title for the chart, and subtitles for up to four
  43. groups of data. Text labels for the individual data can be
  44. entered into the left hand boxes as required. Note that the
  45. label applies to each corresponding data in the data sets.
  46. The caret can be placed in any box by pointing and clicking
  47. SELECT on the mouse. Pressing return will automatically move
  48. the caret into the next box of the edit window (the caret
  49. need not be at the right hand end of the text) with
  50. automatic scrolling as necessary. All editing is carried out
  51. in the standard fashion of the RISC OS WIMP environment.
  52.  
  53. Note these changes from previous versions. There are a
  54. number of changes to the key strokes. You can now move
  55. around the edit window using the arrow keys, together
  56. with SHIFT for sideways movement.
  57.  
  58. You can DELETE the complete row of data at the cursor
  59. using either CTRL X or SHIFT/CTRL/COPY.
  60.  
  61. You can insert a blank row using SHIFT/CTRL/INSERT, with
  62. the data from the current line being all moved down one
  63. row. If all the rows already have data in them, the last
  64. row of data will be lost.
  65.  
  66. Function key F3 will bring up the "save as" dialogue
  67. box, except when a chart is displayed, when the "save
  68. drawfile" box will be displayed instead.
  69.  
  70. Function key "Print" will print the chart (if the edit
  71. window has input focus).
  72.  
  73. ************************************************************
  74.  
  75. WARNING: All the editing is carried out on strings of
  76. characters. These strings are converted to numerical values
  77. only when the charts are drawn. The application does not
  78. check these strings for non-numerical content before it
  79. converts using the VAL function. It is up to the user to
  80. check the data entered for mis-typing etc.
  81.  
  82. **********************************************************
  83.  
  84. The Iconbar Menu
  85. ----------------
  86.  
  87. This provides the standard information window, an
  88. opportunity to QUIT the application, and a dialogue box
  89. to set a range of default preferences, which can be
  90. saved in the application and will be reloaded at
  91. startup.
  92.  
  93. The Edit window menu
  94. --------------------
  95.  
  96. Clicking the menu button on the edit window will allow six
  97. choices.
  98.  
  99. Clear data
  100. ----------
  101. This will clear the data (screen display and memory buffer)
  102. ready to begin entering the data for a new chart (NB. Once
  103. its gone its gone!!!).
  104.  
  105. Save file
  106. ---------
  107. This acts in the standard RISC OS way. You can enter a file
  108. name and drag the save icon to an open directory viewer, or
  109. if the full path name is set up (e.g. the data was loaded
  110. from disk) then it is necessary only to click on OK. When
  111. data is saved to disk it is given a defined filetype so that
  112. the application is able to recognise datafiles to load back
  113. in. The filetype number is easily changed if it clashes with
  114. any other application filetypes.
  115.  
  116. Note that there are some differences between this later
  117. version of ChartDraw and the previous release. The label
  118. text is not now saved as part of the data file and so the
  119. new files are not compatible with the old.
  120.  
  121. Pie Charts / Line Graphs / Stacked Bars / Grouped Bars
  122. ------------------------------------------------------
  123. These options cause the plotting of the chosen type of
  124. chart. In the case of the piechart, a sub-menu allows you to
  125. choose between plotting a single large pie, or up to four
  126. small ones. Line graphs and grouped bargraphs also allow a
  127. similar choice of one or all of the data sets, but stacked
  128. bargraphs always uses all the data sets.
  129.  
  130.  
  131.  
  132. Chart window menus
  133. ==================
  134.  
  135. Once a chart has been drawn, clicking on its window with the
  136. menu button will present a number of choices. Some of these
  137. are common to all charts, others are specific to a
  138. particular type of chart. All the actions are summarised
  139. below.
  140.  
  141. Common choices
  142. ==============
  143.  
  144. Pie Charts / Line Graphs / Stacked Bars / Grouped Bars
  145. ======================================================
  146.  
  147. Some actions are fairly clear. It is possible to replot the
  148. chart in an alternative form by choosing the new chart
  149. format. If pie charts, line graphs or grouped barcharts are
  150. chosen, then you may again choose to plot one or all of the
  151. sets. The barcharts can be toggled between vertical and
  152. horizontal bars as the user wishes. In release one of this
  153. program it was possible to use hatched fills as well as
  154. solid fills. Since the draw module, which is used in this
  155. new version for all plotting, does not support hatched
  156. filling, this facility has now been removed. If users feel
  157. especially agrieved at this, then I will consider
  158. reintroducing it, but screen redraws would probably become
  159. very lethargic.
  160.  
  161. Print chart
  162. -----------
  163. Selecting this option will print the chart directly, using
  164. whichever printer driver is installed. Note that either the
  165. !printerDM or !printerPS must be installed on the iconbar
  166. before hardcopy can be obtained. The printed output should
  167. be the whole chart as displayed on the screen, but without
  168. any window borders etc. 
  169.  
  170. Make Drawfile
  171. -------------
  172. This option will allow a copy of the chart to be output to
  173. disc as a draw file, which can subsequently be loaded into
  174. !Draw to allow additional annotation or various enhancements
  175. to be undertaken. The modified chart may then be printed
  176. from !Draw in the normal way.
  177.  
  178. This option leads to a standard "save as" dialogue box, and
  179. the file may be saved in any of the normal RISC-OS ways,
  180. i.e. by dragging the icon to a directory display, or, if the
  181. full path name is set up, by simply clicking on OK.
  182.  
  183. Add Label
  184. ---------
  185. The labels option is one way in which extra annotation can
  186. be added to the charts. You can add a maximum of TEN labels.
  187. When you choose "add label" from the graphic menu, a
  188. writable icon box will appear near the top of the screen (Do
  189. not panic if it appears to overwrite part of the chart). You
  190. can add the label text up to a maximum of forty characters.
  191. When you press <RETURN> the text is converted to a writable
  192. icon. This icon can be dragged to anywhere in the graph
  193. window for positioning. If you later click on the text with
  194. SELECT a caret appears and the text may be edited in the
  195. usual manner. If the text becomes longer than it was before,
  196. it will scroll out of view as with many writable icons -
  197. never fear - when you press <RETURN> the icon will be
  198. replotted and all the text will become visible.
  199.  
  200. If you click MENU on the label text, rather than on the
  201. general window area, then a menu will appear giving four
  202. options.
  203.  
  204. BORDER will toggle a border on/off around the text
  205.  
  206. FILL will toggle the solid background on/off (useful if the
  207. label overlays part of the chart)
  208.  
  209. DELETE is self explanatory. However, note that it is
  210. preferable to simply edit the text even if you wish to
  211. change it completely, rather than to keep deleting and
  212. recreating labels, since the program has limited storage for
  213. the label text, and it cannot always reclaim the space when
  214. a label is