This is a migrated thread and some comments may be shown as answers.

RadHTMLChart

3 Answers 38 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Rick
Top achievements
Rank 1
Rick asked on 08 Mar 2016, 01:40 PM

We are looking at replacing HighCharts and are using Telerik components in other areas.

Due to the volume of data we only give HighCharts a subset of it. For instane if there are 50,000 points we provide an average of 1000.

When zooming is applied we get sever server side call to provide 1000 zoomed in points.

I am trying to implement this in RadHTMLCharts but struggling to an event to hook into Serverside.

All I have found is client side

http://feedback.telerik.com/Project/108/Feedback/Details/118371-add-client-side-events-for-drag-and-zoom-in-radhtmlchart

As the number of charts per page is dynamic I doing this all in Code Behind using a custom DataTable (no mark up)

3 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 11 Mar 2016, 08:01 AM
Hi Rick,

A possible way to achieve the described by you scenario is to utilize the RadHtmlChart's Data navigation functionality.

You can also test this feature in our online demos here:
http://demos.telerik.com/aspnet-ajax/htmlchart/examples/functionality/datanavigation/defaultcs.aspx

Regards,
Vessy
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Rick
Top achievements
Rank 1
answered on 15 Mar 2016, 09:52 AM
I am using a ScatterLineSeries your  reference says it is not supported?
0
Vessy
Telerik team
answered on 16 Mar 2016, 04:02 PM
Hi Rick,

Yes, unfortunately the suggested functionality is supported only for stock layoyt charts and currently is not available for ScatterLineSeries. There is an existing feature request for separating the navigation functionality in order to be applicable for each series type, so you can track it and vote for it here:
http://feedback.telerik.com/Project/108/Feedback/Details/121310

Meanwhile, you can take a look at the zooming functionality, allowing you to zoom only a specific selection of the chart:
http://docs.telerik.com/devtools/aspnet-ajax/controls/htmlchart/functionality/zoom-pan-scroll

Regards,
Vessy
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Chart (HTML5)
Asked by
Rick
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Rick
Top achievements
Rank 1
Share this question
or