I am using an evaluation version of RadControls for Metro/HTML and I am trying to create a chart that allow the user to scroll it with the finger, but I cannot figure out how to achive this.
Could anyone give a suggestion?.
Thanks
2 Answers, 1 is accepted
0
Accepted
Veli
Telerik team
answered on 24 Jul 2012, 01:18 PM
Hi Juan,
RadChart for Metro / HTML itself does not support scrolling, but you can initialize your chart in a wider container that its parent element. Thus, the parent element will be scrollable:
<!--RadChart is initialized in a container that is 1000px wide, while the
parent container is only 600px. Setting overflow:auto; will enable scrolling-->