Hello,
I am trying to find a way to make Datapoint drag and dropable with the Scatter Chart.
http://docs.telerik.com/kendo-ui/controls/charts/chart-types/scatter-charts
I would like to have the following scenario:
Scatter Chart is rendered. A User chooses a data point and drags it somewhere on the chart. The user drops the data point and this datapoint is then saved to the underlying data source (in this case a SharePoint list).
Is this possible to achieve? I think there is not standard functionality included but I would like to know if there is a proper approach to develop this myself.