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

How to catch the event of StockChart's navigator range change

1 Answer 114 Views
Charts
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jianxun
Top achievements
Rank 1
Jianxun asked on 23 May 2014, 01:37 AM
How could I catch the event when user change the navigator's selected range?
for example, 
$("#stock-chart").kendoStockChart({
    navigator: {
    series: {
       type: "line",
       field: "volume"
    },
    select: {
       from: "2012/01/01",
       to: "2012/03/01"
    }
},
...
})
 I just want to do something when user change the selected range of the navigator. Is there any api for the event? 

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 26 May 2014, 07:15 AM
Hello,

I'm closing this thread as duplicate of How to catch the event of StockChart navigator range change.

Regards,
T. Tsonev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Charts
Asked by
Jianxun
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or