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>mark_size()</b> g_exam12 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MARK_SIZE()                                                        G_EXAM12
   Allows you to change the graph mark size.

   Syntax
         MARK_SIZE(nHorizontal,nVertical)

   Arguments
         nHorizontal    Sets the horizontal mark size.
         nVertical      Sets the vertical mark size.

   Returns
         MARK_SIZE(@nHorizontal,@nVertical)

   Description
         The nHorizontal and nVertical arguments allow you to change the
         size of the mark on the X,Y graphs. The standard mark size is 200
         horizontal by 150 vertical. This allows you to have a relative
         point size based on the resolution of the monitor. The smaller the
         number, the larger the point. The number of pixels for the point is
         calculated by dividing the horizontal or vertical resolution by the
         mark size. i.e. VGA: 640/200 = 3 pixels wide; 480/150 = 3 pixels
         high.

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