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

Editing data using chart view?

1 Answer 46 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Laurent
Top achievements
Rank 1
Laurent asked on 06 Oct 2015, 01:56 AM

I see in the docs that it is possible to detect a point being selected in a chart view.

Is it possible to drag that selected point so that the underlying data get updated?

If it is possible to do so, we have a curve editor which is something I will need in my project.

Any other way to achieve this 'feature' ?

 

Thanks

Laurent

 

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 08 Oct 2015, 08:34 AM
Hi Laurent,

RadChartView doesn't support such interactivity. However, you should be able to implement the described behavior using the chart's mouse events. Basically, you can get the data point under the mouse and update its value based on the mouse position. You can use the chart's Conversion API to transform mouse position to chart data and vise versa.

Regards,
Martin
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ChartView
Asked by
Laurent
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or