Populating a Chart Series through application

I have an application that generates values I wish to pass of to a variable on my report to generate a chart.

Currently I can grow the series via the string manipulation of:

"\"" + sVal + ";\""; where sVal is the value in unicode.

While this does currently work it is causing weird behaviour out of the graph, most importantly it does not sort the data in ascending order. I have scoured the programmers manual but am unable to find documentation on how to programmatically grow a series not as a string but as double,int etc.

If anyone knows the syntax to accomplish said task that would be highly appreciated.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.