Plots and Charts
Many applications need to display charts based on the data stored in a database or entered by the user. The plot control can be used to achieve this in a simple way.
In case of of plotting complex data in an individual way one may refer to the Jqplot[1] documentation, where many different ways are described for using the technology behind.
The plot control is not a really a new control. Its an extension for the _uc_WebKitControl user control that has been configured for specific purposes (bars & pies)
In order to use the plot control, java script/html has to be installed. The control style has to be defined as user control style _uc_and referred to a User Control Style and a context has to be implemented to provide the data for the script.
[1] http://www.jqplot.com/