Pre loader

Drag a data point

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

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.

Version
8.5
  • You must to post comments
0
0

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?

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.