qSIChartView : qSIChartView Procedures : Setting Number Formatting : Adding Number Prefix and Suffix

Adding Number Prefix and Suffix
qSIChartView allows you to add a prefix or suffix to all numbers on the chart.
To add a number prefix or suffix
1
2
Click Number Formatting.
3
For example, to represent dollar figures, enter $.
4
For example, to represent figures quantified per annum, enter p.a.
5
Click Save.
If you intend to use special characters for Number Prefix or Number Suffix, URL Encode them when using dataXML method. For example, if you wish to have numberSuffix as % (for example, 30%):
numberSuffix='%25'
In dataURL method, you can directly specify the character.
Figure 24. Adding number prefixes and suffixes