Hi Vadim,
If I understand correctly - you have a chart view and a grid view and the grid view contains information about some timely intervals - such as a start date and an end date. When a row is selected - you need the chart to zoom into the selected interval.
There is no out-of-the-box feature that allows such a behavior. However, there are ways to achieve this. One is to manipulate the Zoom and PanOffset properties of the chart.
I have attached a project that demonstrates this. The grid view contains information about start date and end date. When I select a row - the start date and end date are extracted from the selected row. Then, based on the current chart axis width - the new Zoom and PanOffset are calculated and then set.
I hope this helps.
Greetings,
Petar Marchev
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license!
Book your seat now >>