Completed
Last Updated: 16 Dec 2018 17:18 by ADMIN
Lino
Created on: 28 Feb 2014 15:22
Category: HtmlChart
Type: Feature Request
12
radhtmlchart navigator should be able to attach to non-stock layout charts
So cool RadHtmlChart navigator should be able to be attached to non-stock layout charts, support multiple databound series and y-axis items other than financial data
7 comments
ADMIN
Marin Bratanov
Posted on: 16 Dec 2018 17:18
The navigator can be used with the 4 main chart types:
Area series
Column series
Line series
Candlestick series

The fact that it is enabled by setting the Layout to Stock is mostly a matter of semantics and legacy naming - the feature started out as a stock-chart specific implementation.

This, combined with the availability of the pan and zoom features for non-date x-axis makes extracting this to a standalone control unnecessary for the majority of the use cases it has. With this in mind, I am marking this as completed since you can attach a navigator to non-stock charts.
ADMIN
Rumen
Posted on: 06 Jul 2016 13:48
Hi folks,

Starting from Q1 2016 the chart offers built-in Pan & Zoom functionality. You might find it useful and see how to configure it in the following resources:
http://docs.telerik.com/devtools/aspnet-ajax/controls/htmlchart/functionality/zoom-pan-scroll
http://demos.telerik.com/aspnet-ajax/htmlchart/examples/functionality/pan-zoom/defaultcs.aspx
Jack
Posted on: 21 Jan 2015 23:12
It would be nice to be able to attach the navigator control on top of any chart (date/numeric xaxis) but retain all the features of the chart (y-axis, tooltips, etc.).

Then the navigator can be come a range selector for a start/end date to use for refreshing any other sections of a page.
ADMIN
Danail Vasilev
Posted on: 17 Dec 2014 13:37
You can try to recreate the chart on client-side, in order to achieve the scenario illustrated here - http://dojo.telerik.com/UHAy/9  
Jack
Posted on: 16 Dec 2014 18:35
I would like to see it pulled out as a standalone control.... 

https://www.syncfusion.com/products/aspnet/range-navigator
ADMIN
Danail Vasilev
Posted on: 26 Nov 2014 14:50
For the time being I can suggest that you attach to the drag, dragEnd and zoom events of the chart and manually filter the data source when these events occur. See an example in this forum post - http://www.telerik.com/forums/yaxis-not-scaling-properly
ADMIN
Danail Vasilev
Posted on: 26 Nov 2014 14:47
You may also find useful this feedback item - http://feedback.telerik.com/Project/108/Feedback/Details/119686