Tags:
create new tag
view all tags

Recent Changes in Main Web retrieved at 06:07 (GMT)

.SHAPE SET SIDES CNT This subroutine is called to set the number of sides, points or width for the current shape. Usage: PASS no of points...
.SHAPE SET SHAPE ID This subroutine changes the shape id of the `current` shape. Usage: PASS shape id FIELD SHARE? N...
.SHAPE SET DEFAULT Clear the `current` Shape Object. Usage: GOSUB OCD .SHAPE SET DEFAULT Check for error IF OCD .SHAPE SET DEFAULT...
.SHAPE GET NAME Gets the name of the `current` Shape Object. Usage: PASS shape name FIELD SHARE? Y GOSUB OCD .SHAPE GET...
.SHAPE SET CURRENT Set the `current` Shape Object to be a previously initialized Shape Object. Usage: PASS shape name FIELD...
.SHAPE INITIALIZE This subroutine is called to initialize or reinitialize a shape spec. Usage: PASS shape name FIELD SHARE?...
.AXIS SET LBL OFFSET This subroutine sets the offset of the labels for the the `current` axis. Usage: PASS lbl offset FIELD...
.AXIS SET LBL GAP This subroutine sets the gap between the labels and the axis for the `current` axis. Usage: PASS title gap FIELD...
.AXIS SET LBL FORMAT This subroutine sets format for the `current` label on the `current` axis. Usage: PASS lbl format FIELD...
.AXIS SET LBL ROTATION This subroutine sets the rotation angle for the `current` label of the `current` axis. Usage: PASS rot angle...
.AXIS SET LBL FONT CLR This subroutine sets the font color for the `current` label of the `current` axis. Usage: PASS color spec name FIELD...
.AXIS SET LBL FONT SZ This subroutine sets the font size for the `current` label of the `current` axis. Usage: PASS font height FIELD...
.AXIS SET LBL FONT STL This subroutine sets the font style for the `current` label of the `current` axis. Usage: PASS font style FIELD...
.AXIS SET LBL FONT IDX This subroutine sets the font index for the `current` label of the `current` axis. Usage: PASS font index FIELD...
.AXIS SET LBL FONT NAM This subroutine sets the font name and font number for the `current` label of the `current` Axis. Usage: PASS font name...
.AXIS LABEL ADD NEXT This subroutine adds the specified label to the `current` Axis of the `current` chart.. Usage: PASS axis label...
.AXIS SET TTL GAP This subroutine sets the gap between the axis title and the axis for the `current` axis. Usage: PASS title gap...
.AXIS SET TTL ALIGN This subroutine sets the alignment of the axis title for the title of the `current` axis. Usage: PASS title alignment...
.AXIS SET TTL FONT CLR This subroutine sets the font color for the title of the `current` axis. Usage: PASS color spec name FIELD...
.AXIS SET TTL FONT SZ This subroutine sets the font size for the title of the `current` axis. Usage: PASS font height FIELD...
.AXIS SET TTL FONT STL This subroutine sets the font style for the title of the `current` axis. Usage: PASS font style FIELD...
.AXIS SET TTL FONT IDX This subroutine sets the font index for the title of the `current` axis. Usage: PASS font index FIELD...
.AXIS SET TTL FONT NAM This subroutine sets the font name and font number for the title of the `current` Axis. Usage: PASS font name...
.AXIS SET TITLE This subroutine is called to set the title for the `current` axis. Usage: PASS axis title FIELD SHARE?...
.AXIS SET TICK DENSITY This subroutine sets the distance in pixels between major ticks and minor ticks on the `current` axis. Usage: PASS maj tick...
.AXIS SET TICK MIN INC This subroutine sets the minimum tick increment of the ticks on the `current` axis. Usage: PASS tick inc...
.AXIS SET TICK OFFSET This subroutine sets the offset of the ticks on the `current` axis. Usage: PASS tick offset FIELD...
.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...
.AXIS SET TICK L This subroutine sets the length of the major and/or minor ticks on the `current` axis. Usage: PASS maj tick len FIELD...
.AXIS SET TICK CLR This subroutine sets the color of the major and/or minor ticks on the `current` axis. Usage: PASS color spec name FIELD...
.AXIS SET AXIS VAL DIR This subroutine sets the direction for the values of the `current` axis. Usage: PASS val dir FIELD...
.AXIS SET AXIS RND MAX This subroutine controls whether or not the maximum value of the `current` axis should be rounded to correspond with a tick value. Usage...
.AXIS SET AXIS RND MIN This subroutine controls whether or not the minimum value of the `current` axis should be rounded to correspond with a tick value. Usage...
.AXIS SET AXIS SCALE This subroutine sets the top extension, bottom extension, and zero affinity values that are to be used when auto scaling the `current` axis....
.AXIS SET AXIS OFFSET This subroutine sets the offset (x and y) of the `current` axis Usage: PASS x offset FIELD SHARE...
.AXIS SET AXIS MODE This subroutine sets the axis mode of the `current` axis to be INDENTED or DEFAULT. Usage: PASS axis mode FIELD...
.AXIS SET AXIS MARGIN This subroutine reserves margins at the end of the `current` axis Usage: PASS top margin FIELD SHARE...
.AXIS SET AXIS W This subroutine sets the width of the `current` axis Usage: PASS axis width FIELD SHARE? N GOSUB...
.AXIS SET AXIS L This subroutine sets the length of the `current` axis Usage: PASS axis length FIELD SHARE? N GOSUB...
.AXIS SET AXIS CLR This subroutine sets the color of the `current` axis Usage: PASS color spec name FIELD SHARE? N...
.AXIS SET CURRENT This subroutine is called to set the specified axis (`x`, `y`) of the `current` chart to be the `current` axis. Usage: PASS axis...
.XY SET DATA LABEL This subroutine turns data labels on or off for the `current` chart layer. Usage: PASS data total sw FIELD...
.XY SET BAR 3D DEPTH This subroutine sets the 3D Depth of the current bar layer. Usage: PASS 3D depth FIELD SHARE? N...
.XY SET BAR W:WITHIN This subroutine sets the subBar width in a chart layer. Usage: PASS subBar width FIELD SHARE? N...
.XY SET BAR W:GROUP This subroutine sets the bar width in a chart layer. Usage: PASS bar width FIELD SHARE? N GOSUB...
.XY SET BAR W This subroutine sets the bar and subBar width in a chart layer. Usage: PASS bar width FIELD SHARE? N...
.XY SET BAR SHAPE:LR This subroutine sets the shape of the bars in the current Layer. Usage: PASS shape name FIELD SHARE...
.XY SET BAR SHAPE:DG This subroutine sets the shape of the bars in the current Data Group. Usage: PASS shape name FIELD...
.XY SET BAR SHAPE:DS This subroutine sets the shape of the bars in the current Data Set Template. Usage: PASS shape name FIELD...
.XY SET BAR SHAPE:DP This subroutine sets the shape of the bars in the current Data Point. Usage: PASS shape name FIELD...

«Previous   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16   Next»

Show 10, 20, 50, 100, 500, 1000 results per page, or show all.

Related topics: RSS feed, rounded corners RSS feed, ATOM feed, WebNotify, site changes, site map

Topic revision: r1 - 2006-11-15 - TWikiContributor
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback