Im using a ChartSpace Object creating graphs but wanted to use JavaScript. Does anybody knows why the .SetData method of VB when converted to Javascript doesnt work? any answers or idea will be greatly appreciated!! Thanks!
I don't know. What does the .SetData method do? Are you defining it as a method in the JS?
beetle a.k.a. Peter Bailey blogs: php | prophp | security | design | zen | software refs: dhtml | gecko | prototype | phpdocs | unicode | charsets tools: ide | ftp | regex | ffdev
this is the code..... var oCollect = oChart.SeriesCollection.Add(); oCollect.Caption = "Previous Shift"; oCollect.SetData(c.chDimCategories, c.chDataLiteral,Array("ONE","TWO")); oCollect.SetData(c.chDimValues, c.chDataLiteral, Array(2000, 500, 300, 150
Sorry, over my head. Don't know VB well enough to be of proper service here.
Forum Rules
Bookmarks