Can anybody suggest on it, that I have a Rad Chart where I have implemented the Scrolling and now want a click event
for the Items on the X-Axis, the click event is not working, if I remove the scrolling then it works any suggestion
I need it urgent.
Regards
Jasvinder Singh
3 Answers, 1 is accepted
0
Vladimir Milev
Telerik team
answered on 22 Sep 2010, 07:22 AM
Hello Jasvinder,
Due to the implementation details of the scrolling and zooming functionality in RadChart, click events and tool-tips are not compatible with zooming and scrolling. We sincerely apologize for this inconvenience.
Kind regards,
Vladimir Milev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Hi.
Do you have some workaround, for example two buttons: zoom in and zoom out which can be implemented to replace scrolling and zooming and implement tooltip and post-back events?
0
Ves
Telerik team
answered on 22 Dec 2010, 10:43 AM
Hello Igor,
That would be possible by specifying a custom range for the axes (or at least for the one you need to zoom). You can set AutoScale to false and then set the MinValue, MaxValue and Step properties. Then, on clicking one of the zoom in / out buttons you will figure out the new values for MinValue, MaxValue and Step according to the level of zoom you need to achieve by a single button click.