DataSet Files
Datasets hold the information which the eSuite Chart Applet displays. Datasets can be stored as Files or FileItems in the web server and accesed by the Infous. The information in the datasets is parsed by the eSuite FileReader Applet and then relayed to the eSuite Chart Applet. A dataset is constructed by organizing the information into rows. An example of a simple dataset would be:

10. 30. 20. 55. 15.

Datasets also hold more than just numerical information. Title, legends, and other labeling information for the chart is arranged into the datasets. For example, the title can be included by placing it in quotation marks in the first row. X-axis labeling for each bar would be placed in the same manner in the second row. Y-axis labeling is placed in quotation marks at the front of each numerical row representing a numerical series.

"Positive numbers"
"" "Col 1" "Col 2" "Col 3" "Col 4" "Col 5"
Row 1 1. 5. 9. 13. 17.
Row 2 2. 6. 10. 14. 18.
Row 3 3. 7. 11. 15. 19.
Row 4 4. 8. 12. 16. 20.