home *** CD-ROM | disk | FTP | other *** search
- // Border Size & Orientation
-
- pagesize a4,landscape
- style "Example A4 Landscape"
-
- // Background Image
-
- moveto 0,0
- picture "btelcltd.wmf",width,height
-
- // Chart Frame
-
- moveto 9,8
- boxto width-103,height-8
-
- // Chart Area
-
- moveto 9,18
- chartarea width-103,height-8
-
- // Chart Title
-
- align centre
- bold on
- textsize 9
- moveto 90,16
- write "<chart-title>"
-
-
-
-
-
-
-
-