You can add formatted text to graphs using HTML tags. The following graph fields accept HTML tags.
Cartesian graphs
Number line
Pie chart
Polar graph
To enter formatted text using HTML tags:
Common HTML Tags
The following common HTML tags are accepted in the graphing tool.
Format | HTML Tag |
Font and Size | <font face='Tahoma' size='19'>TEXT</font> |
Font Color | <font color = 'red'>TEXT</font> <font color = '#FF0000'>TEXT</font> |
Font Shadows | Solid Shadow
<font face='impact'
size='30' shadowtype ='solid' shadowoffset = '5, 5' shadowfadelength
= '10'>TEXT</font>
Linear
Blur
<font face='impact'
size='30' shadowtype ='linearblur' shadowoffset = '10, 10' shadowfadelength
= '10'>TEXT</font>
Radial
Blur <font face='impact' size='30' shadowtype ='radialblur' shadowoffset = '10, 10' shadowfadelength = '10'>TEXT</font> Gaussian Blur <font face='impact' size='30' shadowtype ='gaussianblur' shadowoffset = '10, 10' shadowfadelength = '10'>TEXT</font> |
Bold | <b>TEXT</b> |
Italic | <i>TEXT</i> |
Underline | <u>TEXT</u> |
Subscript | <sub>TEXT</sub> |
Superscript | <sup>TEXT</sup> |