TITLE statement

   TITLE statement sets the title of the chart.
   Format of the statement:
   TITLE; size; font; color; bold; italic; text; bgcolor;

Parameter

Purpose

Comment

 height  Size of the font 18
 font  Name of the font Arial
 color  Color of the font black
 text  Text of the title  
 bgcolor  Background color of the text  

   Values in the column "Comment" are used if the corresponding parameter is omitted.
   Parameter bold sets the bold font.
   Parameter italic sets the italic font.
   Color of the text 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.

   By default the title is centered within the chart area. If first symbol of the text is "<" title is aligned to the left, if - ">" title is aligned to the right. These symbols are not rendered.

   If TITLE statement is not coded, the title is not rendered.