Hi,
I have written a data visualisation tool which lets the user, see data displayed graphically utilising a number of parameters.
I have been asked to provide a facility whereby the user can create there own report, and print out a number of the paramatised graphs at once.
What I was thinking of doing was setting up an array which stored the graph sql, and then develop some code which uses the array to print of the report.
However, there are different types of chart used in the system, so I thought I would have to store some indicator of chart type within the array (don't want to print out a bar chart instead of a pie etc). The problem is I don't seem to be able to find the chart property which describes what type of chart it is.
Hopefully this isnt a no-brainer, but would appreciate all suggestions.
Many thanks
Phil.
I have written a data visualisation tool which lets the user, see data displayed graphically utilising a number of parameters.
I have been asked to provide a facility whereby the user can create there own report, and print out a number of the paramatised graphs at once.
What I was thinking of doing was setting up an array which stored the graph sql, and then develop some code which uses the array to print of the report.
However, there are different types of chart used in the system, so I thought I would have to store some indicator of chart type within the array (don't want to print out a bar chart instead of a pie etc). The problem is I don't seem to be able to find the chart property which describes what type of chart it is.
Hopefully this isnt a no-brainer, but would appreciate all suggestions.
Many thanks
Phil.