Zoom and scroll in a web chart?
Posted: 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
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