DRAW / ERASE / PRINT GRAPH
Drawing Commands

 

 

 

      DRAW GARPH

            IN WINDOW <WindowName>

            AT <nRow>,<nCol>

            TO <nRow>,<nCol>

            TITLE <cTitle>

            TYPE [ BARS | LINES | POINTS ]

            SERIES <aSeries>

            YVALUES <aYValues>

            DEPTH <nDepth>

            BARWIDTH <nBarWidth>

            HVALUES <nHorizaontalValues>

            SERIENAMES <aSeriesNames>

            COLORS <anColors>

            [ 3DVIEW ]

            [ SHOWGRID ] 

            [ SHOWXVALUES ] 

            [ SHOWYVALUES ] 

            [ SHOWLEGENDS ]             

            [ LEGENDSWIDTH <nWidth> ]

 

      DRAW GRAPH IN WINDOW <window>

            AT <nT>,<nL>

            TO <nB>,<nR>

            TITLE <cTitle>

            TYPE PIE

            SERIES <aSer>

            DEPTH <nD>

            SERIENAMES <aName>

            COLORS <aColor>

            [ 3DVIEW ]

            [ SHOWXVALUES ] 

            [ SHOWLEGENDS ]

 

      DRAW LINE IN WINDOW <WindowName> AT <nRow>,<nCol>

            TO <nRow>,<nCol>

            [ PENCOLOR <anPenColor> ]

            [ PENWIDTH <nPenWidth> ]

 

      DRAW RECTANGLE IN WINDOW <WindowName> AT <nRow>,<nCol>

            TO <nRow>,<nCol>

            [ PENCOLOR <anPenColor> ]

            [ PENWIDTH <nPenWidth> ]

            [ FILLCOLOR <anFillColor> ]

 

      DRAW ROUNDRECTANGLE IN WINDOW <WindownNme>

            AT <nRow> , <nCol>

            TO <nRow> , <nCol>

            ROUNDWIDTH <nWidth>

            ROUNDHEIGHT <nHeight>

            [ PENCOLOR <anPenColor> ]

            [ PENWIDTH <nPenWidth> ]

            [ FILLCOLOR <anFillColor> ]

 

      DRAW ELLIPSE IN WINDOW <WindowName> AT <nRow>,<nCol>

            TO <nRow>,<nCol>

            [ PENCOLOR <anPenColor> ]

            [ PENWIDTH <nPenWidth> ]

            [ FILLCOLOR <anFillColor> ]

 

      DRAW ARC IN WINDOW <WindowName> AT <nRow>,<nCol>

            TO <nRow>,<nCol>

            FROM RADIAL <nRow>,<nCol>

            TO RADIAL <nRow>,<nCol>

            [ PENCOLOR <anPenColor> ]

            [ PENWIDTH <anFillColor> ]

 

      DRAW PIE IN WINDOW <windowname> AT <nRow>,<nCol>

            TO <nRow>,<nCol>

            FROM RADIAL <nRow>, <nCol>

            TO RADIAL <nRow>, <nCol>

            [ PENCOLOR <anPenColor> ]

            [ PENWIDTH <nPenWidth> ]

            [ FILLCOLOR <anFillColor> ]

 

      DRAW POLYGON IN WINDOW <WindowName> ;

            POINTS <anPoints>

            [ PENCOLOR <anPenColor> ]

            [ PENWIDTH <nPenWidth> ]

            [ FILLCOLOR <anFillColor> ]

 

      DRAW POLYBEZIER IN WINDOW <WindowName>

            POINTS <anPoints>

            [ PENCOLOR <anPenColor> ]

            [ PENWIDTH <nPenWidth> ]

 

      ERASE [ IN ] WINDOW <WindowName>

 

      PRINT GRAPH [ OF ] <cWindowname> [ PREVIEW ] [ DIALOG ]

 

      'Print Graph' command, prints BARS, POINTS, LINES or PIE graph

      previously drawn using DRAW GRAPH command in the specified window.