This question is locked. New answers and comments are not allowed.
Hi guys,
Disclaimer: I'm new to the Telerik forums but I have done my due dilligence and gone through the RadChart tutorials and Help files. Still this seems like something obvious so I appologise if I just haven't seen the setting.
My question is how do I get Scrolling and Zooming working on WinForms RadChart like it does on the ASP.NET AJAX RadChart (http://www.telerik.com/help/aspnet-ajax/featureszoomscroll.html)
From reading the forums it appears that this is not possible specifically the threads:
http://www.telerik.com/community/forums/winforms/chart/zooming-on-y-axis-and-vertical-line.aspx
http://www.telerik.com/community/forums/winforms/chart/dynamically-change-the-step-min-max-value.aspx
If it is not possible then is there some code I can use to get this working? I would like to display a semi transparent region between the user's mouse down and current mouse position. Then after the mouse up event I would like the graph to be zoomed to the selected region.
I tried implementing this but ran into the following problems:
1. OnMouseDown = I couldn't figure out how to translate the current mouse (X,Y) position into the current point on the PlotArea (i.e. you clicked on X Axis = 50, Y Axis = 1000).
2. I could not figure out how to draw a transparent (dynamically resized) rectangle over the top of my graph elements. I looked at using CustomFigures but couldn't figure out how to dynamically change the points.
Any help would be greatly appreciated.
Disclaimer: I'm new to the Telerik forums but I have done my due dilligence and gone through the RadChart tutorials and Help files. Still this seems like something obvious so I appologise if I just haven't seen the setting.
My question is how do I get Scrolling and Zooming working on WinForms RadChart like it does on the ASP.NET AJAX RadChart (http://www.telerik.com/help/aspnet-ajax/featureszoomscroll.html)
From reading the forums it appears that this is not possible specifically the threads:
http://www.telerik.com/community/forums/winforms/chart/zooming-on-y-axis-and-vertical-line.aspx
http://www.telerik.com/community/forums/winforms/chart/dynamically-change-the-step-min-max-value.aspx
If it is not possible then is there some code I can use to get this working? I would like to display a semi transparent region between the user's mouse down and current mouse position. Then after the mouse up event I would like the graph to be zoomed to the selected region.
I tried implementing this but ran into the following problems:
1. OnMouseDown = I couldn't figure out how to translate the current mouse (X,Y) position into the current point on the PlotArea (i.e. you clicked on X Axis = 50, Y Axis = 1000).
2. I could not figure out how to draw a transparent (dynamically resized) rectangle over the top of my graph elements. I looked at using CustomFigures but couldn't figure out how to dynamically change the points.
Any help would be greatly appreciated.