.AXIS SET TICK W

This subroutine sets the length of the major and/or minor ticks on the "current" axis.


Usage:

      PASS         <maj_tick_width>           FIELD            SHARE? N
      PASS         <min_tick_width>           FIELD            SHARE? N
      GOSUB    0CD .AXIS SET TICK W
      *        Check for error
      IF       0CD .AXIS SET TICK W           NE

Description:

This subroutine sets the width in pixels of the major and/or minor ticks on the "current" axis. You must have selected a "current" axis via .AXIS SET CURRENT before calling this routine.

If a parameter is not received or if the value received is blank, then the value is cleared and the default width will be rendered. The first parameter refers to the major ticks and the second parameter refers to the minor ticks.

Comments:

Read what other users have said about this page or add your own comments.


 

-- JeanNeron - 2011-11-09
Topic revision: r2 - 24 Feb 2012, JeanNeron
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback