Graph Template
Posted: Mon Jul 12, 2004 12:59 am
Hi,
What I am after is to generate graphs based on the parameters, for example if I pass the parameter, as Pie Chart and some values the web page should display the pie graph.
Example:
ShowGraph(PieChart,100,233) this will display pie chart
ShowGraph(BarChart,100,233) this will display Bar chart
and so on. (show graph is only an example)
Just wondering if this possible, generate different graphs example Bar, Pie etc etc, with parameters from the same interface. What I am intending to have is a template which would generate all types of graphs based on the parameters from the same template.
Thanks for your help in advance.
Regards
motupal
What I am after is to generate graphs based on the parameters, for example if I pass the parameter, as Pie Chart and some values the web page should display the pie graph.
Example:
ShowGraph(PieChart,100,233) this will display pie chart
ShowGraph(BarChart,100,233) this will display Bar chart
and so on. (show graph is only an example)
Just wondering if this possible, generate different graphs example Bar, Pie etc etc, with parameters from the same interface. What I am intending to have is a template which would generate all types of graphs based on the parameters from the same template.
Thanks for your help in advance.
Regards
motupal