I’ve played around with the DataPointSelectionModifier and the ability to select a data point in a series on the chart (visually). Now I want the user to be able to relocate it on the chart by dragging it. I’m also going to need to allow the user to delete the point as well, perhaps click it and then hit the delete button on the keyboard.
I’m not finding any way to do this, but it seems this must be a feature.
- Chris Kirkman asked 3 months ago
- You must login to post comments
Hey Chris, we have a sample here on Github on how to do this.
Check out the CustomModifierSandbox here
There’s a modifier in there called SimpleDataPointEditModifier
which allows you to click/drag a data-point in the Y-direction.
It shouldnt be too hard to modify this to allow deletion of a point as well?
- Andrew Burnett-Thompson answered 2 months ago
- You must login to post comments
Please login first to submit.