BORDER statement sets parameters of the chart area border. Format of the statement: BORDER; width; color; shadow; round; |
Parameter |
Purpose |
Comment |
width |
Width of the chart area border |
1 |
color |
Color of the chart area border |
black |
Values in the column "Comment" are used if the
corresponding parameter is omitted. Parameter shadow sets border shadow. Parameter round sets border with rounded corners. Color of the border you can set in two ways: by using following color names: black, silver, gray, maroon, purple, fuchsia, aqua, teal, navy, olive, lime, blue, green, red, white, yellow; by using numbers to denote a red-green-blue (RGB) color value in format #RGB or #RRGGBB, for example, #F00 or #FF0000. If BORDER statement is not coded, the border is not rendered. |