Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>set_type()</b> t_exam01 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SET_TYPE()                                                         T_EXAM01
   Sets the way that each Y column will be displayed.

   Syntax
         nType = SET_TYPE(nColumn [,nType])

   Arguments
         nColumn     Sets the Y column number.
         OPTIONAL PARAMETERS
         nType       Sets the type pattern.
               +-------------------------------------------+
               |                GRAPH TYPES                |
               --------------------------------------------|
               |Type|Description                           |
               -----+--------------------------------------|
               | 0  |No line will be plotted               |
               | 1  |Line                                  |
               | 2  |Area                                  |
               | 3  |Bar                                   |
               | 4  |Stacked on previous bar or stacked bar|
               | 5  |Point                                 |
               | 6  |High-Low                              |
               +-------------------------------------------+

   Returns
         nType       Returns the type for the specified column.

   Description
         Each Y column can be displayed as a line, area, bar, stacked bar, or
         point on the same graph, or as a separate pie chart. If there are
         no Y axis types set then the Y axis will be blank. SET_TYPE(0)
         will return the X axis scale type which is automatically set by
         FLIPPER: 0 - numeric, 1 - date, and 2 - character.

See Also: HISTOGRAM() SET_STYLE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson