SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
-
Sep 23, 2002, 00:25 #1
- Join Date
- Sep 2002
- Posts
- 3
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
ChartSpace Object Using Javascript
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!
-
Sep 25, 2002, 06:22 #2
-
Sep 25, 2002, 23:49 #3
- Join Date
- Sep 2002
- Posts
- 3
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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
-
Sep 25, 2002, 23:54 #4
Bookmarks