Rank: Member Groups: Member
Joined: 9/3/2003 Posts: 1 Points: 0
|
1.) i use a column chart to display the values of a database query in an .aspx page. everythings works fine for the first time i open the page (the chart will be drawn as expected), but when i do a post-back to server with a button on the same page - the column chart will be drawn again (which is fine) but the colums will not be drawn - all other values, labels, legend, axes will be drawn!!!! the data source is working because the values of the labels will be drawn and have the correct values.
2.) in visual studio.net 2003 on windows professionell 2000 sp4 the CHART Component cannot be selected in the design window when clicking on it. you can only select with the name list.
i use: - .net framework 1.1 - visual studio.net 2003 - Flash Chart
:(
|
 Rank: Advanced Member Groups: Administration
, Member
Joined: 8/2/2003 Posts: 708 Points: 105
|
Could you submit case with your code in order we could test it? Sincerely yours, Andrew Simontsev from Aurigma Team
|
 Rank: Advanced Member Groups: Administration
, Member
Joined: 8/2/2003 Posts: 708 Points: 105
|
Regarding your second problem: you can select FlashChart only clicking on edge (not everywhere inside control). It is because inside of FlashChart control we host Flash Player ActiveX control (the same which plays flash in IE). That's why we cannot catch clicks in the center of the control... Sincerely yours, Andrew Simontsev from Aurigma Team
|