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_xman()</b> t_exam21 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SET_XMAN()                                                         T_EXAM21
   Toggles the X axis from automatic to manual scaling.

   Syntax
         nOnOrOff = SET_XMAN([nOnOrOff])

   Arguments
         OPTIONAL PARAMETERS
         nOnOrOff    Toggles the automatic scaling on the X axis.
                     0 - off [default], 1 - on.

   Returns
         nOnOrOff    Returns whether the automatic scaling is on or off.
                     0 - automatic scaling.
                     1 - manual scaling.

   Description
         SET_XMAN() toggles the X axis from automatic to manual scaling. The
         default is automatic. A value of 1 sets manual scaling on, 0 sets it
         off.

   Background
         When the PLOT() or PIE() functions are called, the automatic axis
         scaling routine calculates the high, low, and increment for the
         scale based on the high and low values of the data set. The high
         and low values for the data set can be modified with SET_XMAX() and
         SET_XMIN(). The automatic scaling will then use those values as the
         high and low for the data set; however, the automatic scaling will
         still modify the high, low, and increment values so the axes will
         be evenly spaced and increments with evenly rounded numbers. You
         can override all automatic scaling by setting all three functions:
         SET_XMAX(), SET_XMIN() and SET_XINC(). The scale will match your
         values exactly.

See Also: AUTO_SCALE() SET_XINC() SET_XMAX() SET_XMIN() SET_YMAN()

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