Font
basefont=
"FontName"
This attribute sets the base font family of the graph, that is: all the values and the names in the graph will be displayed using the font name provided here.
Example: basefont=“Verdana”
basefontsize=
"ValidFontSize"
This attribute sets the base font size of the graph, that is: all the values and the names in the graph will be displayed using the font size provided here.
Example: basefontsize=“10”
outCnvBaseFont=
“Fontname"
This attribute sets the base font family of the chart font which lies outside the canvas i.e., all the values and the names in the chart which lie outside the canvas will be displayed using the font name provided here.
Example: outCnvBaseFont="Arial"
outCnvBaseFontSize
=“0-72"
This attribute sets the base font size of the chart i.e., all the values and the names in the chart which lie outside the canvas will be displayed using the font size provided here.
Example: outCnvBaseFontSize="10"
outCnvBaseFontColor
="color"
This attribute sets the base font color of the chart i.e., all the values and the names in the chart which lie outside the canvas will be displayed using the font color provided here.
Example: outCnvBaseFontColor="333333"