Search found 11 matches

by marcoIpcos
Thu Aug 27, 2009 3:24 pm
Forum: .NET
Topic: WebChart in System.Web.UI.ICallbackEventHandler enabled sit
Replies: 1
Views: 3089

WebChart in System.Web.UI.ICallbackEventHandler enabled sit

I want to use the WebChart control in combination with a web page that implements the System.Web.UI.ICallbackEventHandler interface. This to avoid page flickering when chart is refreshed (pre-load the chart before refresh the page). Required for this is that the server callback method "public string...
by marcoIpcos
Mon Aug 24, 2009 7:05 am
Forum: .NET
Topic: ASP.Net handle startZoom event (zoomTool)
Replies: 1
Views: 2682

ASP.Net handle startZoom event (zoomTool)

Is it possible to attach an eventhandler to the zoom tool (WebChart, ASP.NET) to the start of the zooming event (user draws a rectangle with the mouse) ??
by marcoIpcos
Thu Aug 20, 2009 11:30 am
Forum: .NET
Topic: WebChart control
Replies: 1
Views: 2847

WebChart control

Hello,

Is it possible to add eventhandlers to events raised when start zooming and end zooming (or drawing zoom rectangle?)?
by marcoIpcos
Thu Aug 20, 2009 6:58 am
Forum: .NET
Topic: ASP.NET AJAX prevent update
Replies: 1
Views: 3224

ASP.NET AJAX prevent update

Hello, I use the WebChart control in an ASP.NET AJAX UpdatePanel that is periodically updated with a timer (set as a trigger for the AJAX UpdatePanel). The problem I face: If I started a zoom action (mouseDown and draw the area to zoom), and the UpdatePanel receives a trigger (from the timer), the s...
by marcoIpcos
Wed Aug 19, 2009 6:37 am
Forum: .NET
Topic: TeeChart3.5 in ASP. Zoom functionality
Replies: 6
Views: 13611

Re: TeeChart3.5 in ASP. Zoom functionality

Thanks, now I have the zoom functionality I wanted!! and it works perfect!
by marcoIpcos
Wed Aug 19, 2009 6:34 am
Forum: .NET
Topic: TeeChart3.5 in ASP. Extent data series
Replies: 2
Views: 3922

Re: TeeChart3.5 in ASP. Extent data series

Thanks, it solved my problem!!
by marcoIpcos
Thu Aug 13, 2009 11:48 am
Forum: .NET
Topic: TeeChart3.5 in ASP. Zoom functionality
Replies: 6
Views: 13611

Re: TeeChart3.5 in ASP. Zoom functionality

Hello marcoIpcos, Please add WebChart1.AutoPostBack = true in your Page_Load specifically after if(Session["ch1]==null) , and remove DeterminePostBackMode() to SetCurrentZoom() function, see next code changes: Private void Page_Load(object sender, System.EventArgs e) { System.IO.MemoryStream tmpCha...
by marcoIpcos
Thu Aug 13, 2009 11:42 am
Forum: .NET
Topic: TeeChart3.5 in ASP. Zoom functionality
Replies: 6
Views: 13611

Re: TeeChart3.5 in ASP. Zoom functionality

..
by marcoIpcos
Wed Aug 12, 2009 3:17 pm
Forum: .NET
Topic: WebChart ASP.Net restore zoom/scroll after page request
Replies: 1
Views: 3012

WebChart ASP.Net restore zoom/scroll after page request

If the user zoomed in or scrolled in the TeeChart WebComponent in ASP.NET, How can I:
- Make sure the ScrollWindow/ZoomWindow displayed to the user is the same after de page is refreshed (because of a page refresh) ??
by marcoIpcos
Wed Aug 12, 2009 3:00 pm
Forum: .NET
Topic: TeeChart3.5 in ASP. Zoom functionality
Replies: 6
Views: 13611

TeeChart3.5 in ASP. Zoom functionality

The help describes the function SetCurrentZoom(System.Web.HttpRequest, System.Collections.ArrayList, System.Collections.Specialized.NameValueCollection) to use if there are post elements (eg. Button or DropDownList) on the page that might send a non-zoom page request. This function is not working in...
by marcoIpcos
Wed Aug 12, 2009 2:38 pm
Forum: .NET
Topic: TeeChart3.5 in ASP. Extent data series
Replies: 2
Views: 3922

TeeChart3.5 in ASP. Extent data series

I have a problem extending the data series (FastTrend). When I extend the data in Chart.Series[0] (is a FastTrend object, I see the axis scale to display the new value, but the new point in the chart is not connected with a line to the old points (that were already present in the Series[0]). The Tee...