Zoom and scroll in a web chart?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
abbhakan
Newbie
Newbie
Posts: 4
Joined: Wed Nov 15, 2006 12:00 am

Zoom and scroll in a web chart?

Post by abbhakan » Tue Jan 08, 2008 1:33 pm

Hi,

I am wondering if it is possible to use both zoom and scroll in a web chart?

I've tried by using code from the TeeChart ASP.NET examples and I can get zoom and scroll to work on their own but not combined.

I've tried to assign zoom and scroll to different mouse buttons but with no success.

ch1.Zoom.MouseButton = System.Windows.Forms.MouseButtons.Left;
ch1.Panning.MouseButton = System.Windows.Forms.MouseButtons.Right;

I am using the evaluation version of TeeChart for .NET (TeeChartNET3VS2005Eval).

Apparently two other users have had similar problems and the last response was that it would be added as a feature request in July 2007.

http://www.teechart.net/support/viewtopic.php?t=6813
http://www.teechart.net/support/viewtopic.php?t=6315


Any information about current (or planned) availability of this functionality would be highly appreciated.

Regards

Hakan

Marc
Site Admin
Site Admin
Posts: 1265
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Post by Marc » Wed Jan 09, 2008 3:39 pm

Hello,

Simultaneous Zoom and Scroll are not supported on WebChart. The feature request is listed however for inclusion in a future update. I don't have a date for that at present.

Regards,
Marc Meumann
Steema Support

Post Reply