PLOT statement sets location and background color of the plot area. Format of the statement: PLOT; left; right; top; bottom; bgcolor; |
Parameter |
Purpose |
Comment |
left | Distance from the left border of the chart area to the left border of the plot area. There are title and labels of the left value axis (Y1) are placed in this field. | 10% from width of the chart area |
right | Distance from the right border of the chart area to the right border of the plot area. There are title and labels of the right value axis (Y2) are placed in this field. | 10% from width of the chart area |
top | Distance from the top border of the chart area to the top border of the plot area. There are title of the whole chart are placed in this field. | 10% from height of the chart area |
bottom | Distance from the bottom border of the chart area to the bottom border of the plot area. There are title and labels of the category axis (X) are placed in this field. | 10% from height of the chart area |
bgcolor | Background color of the plot area | Background color of the chart area |
Values in the column "Comment" are used if the
corresponding parameter is omitted. Background color of the plot area 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. Values of the parameters you must choose in accordance with used font size. If PLOT statement is not coded, default parameters are used, i.e. it is meant presence of statement: PLOT; |