Hi Sandra
Both methods work now. The problem was in the AJAX sript I was using. Thanks for the help.
-Jagadish
Search found 9 matches
- Tue Mar 29, 2011 5:10 pm
- Forum: .NET
- Topic: unable to change NoClickPostback property after first time
- Replies: 2
- Views: 3000
- Sun Mar 27, 2011 8:29 pm
- Forum: .NET
- Topic: unable to change NoClickPostback property after first time
- Replies: 2
- Views: 3000
unable to change NoClickPostback property after first time
I am using TeeChart for ASP .NET. By default I am able to disable single clicks on my chart by setting NoClickPostback to true. I have a callback function(ASP:button) through which I try to set NoClickPostback to false, so that single clicks are enabled again. But they are not getting enabled again....
- Mon Dec 13, 2010 3:39 pm
- Forum: .NET
- Topic: post zoom axes values should not go out of bounds
- Replies: 8
- Views: 6801
Re: post zoom axes values should not go out of bounds
Your example is kinda what I ended up doing. But one problem with that is when you zoom for a second time, the zoom does not work properly because the "zoomed state" arraylist is not changed to reflect the new axes values. So I did this. private void CheckZoom(WebChart wChart) { ArrayList zoomedStat...
- Fri Dec 10, 2010 6:17 pm
- Forum: .NET
- Topic: post zoom axes values should not go out of bounds
- Replies: 8
- Views: 6801
Re: post zoom axes values should not go out of bounds
Your code just stop the bottom axis from zooming at all. I am sorry but this is not what I need. What I need is something like below: The way the zoom now works is (pl correct me if I am wrong) 1. Httprequest variable gives me two pairs of (x,y) values one for top left corner(x0, y0) and another for...
- Fri Dec 10, 2010 5:34 am
- Forum: .NET
- Topic: post zoom axes values should not go out of bounds
- Replies: 8
- Views: 6801
Re: post zoom axes values should not go out of bounds
Hmmm.. If above is still not clear.. let me explain more... For eg: 1. User is trying to zoom into top left corner of the graph. 2. He selects a rectangle from (10,10)-top left to (100, 100)-bottom right. (in pixels) 3. But the t1.chart.left.Istartpos = 50 and t1.chart.bottom.Istartpos = 50. 4. Now ...
- Thu Dec 09, 2010 5:19 pm
- Forum: .NET
- Topic: post zoom axes values should not go out of bounds
- Replies: 8
- Views: 6801
Re: post zoom axes values should not go out of bounds
The behavior I had mentioned can be reproduced in the tutorial that you suggested. Here is how I select my rectangle. (see lower left corner) [img] http://i.imgur.com/cCpOl.png [/img] Here is how it zooms. [img] http://i.imgur.com/EYoDT.png [/img] We can see that the x-axis starts from -4 in the zoo...
- Thu Dec 09, 2010 4:15 am
- Forum: .NET
- Topic: post zoom axes values should not go out of bounds
- Replies: 8
- Views: 6801
post zoom axes values should not go out of bounds
Hi I am using TeeChart for ASP .NET. In the current behavior, when a part of the rectangle that the user selects to zoom is outside the axes (eg: left of left axis, below bottom axis, above top axis or right of right axis), the zoomed chart displays values that were not part of the original chart. E...
- Sat Oct 30, 2010 7:50 pm
- Forum: .NET
- Topic: ASP .NET getchart?chart="X"; how to access X?
- Replies: 3
- Views: 3983
Re: ASP .NET getchart?chart="X"; how to access X?
webchart.ID property always returns the same ID of the chart. What i am looking for is to have a dynamic id that are generated every time i create the chart.
- Wed Oct 27, 2010 11:02 pm
- Forum: .NET
- Topic: ASP .NET getchart?chart="X"; how to access X?
- Replies: 3
- Views: 3983
ASP .NET getchart?chart="X"; how to access X?
I need a unique chart ID for each chart that I generate. I observe that the request.querystring variable "chart" passed to getchart.aspx has an unique ID. How can I access this ID in my aspx code?
getchart?chart="X"; how to access X?
thanks
Jagadish
getchart?chart="X"; how to access X?
thanks
Jagadish