Pre loader

Mouse over the line instead of Datapoints

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

Hi, currently in my application, when mouse over the data point, the line will be selected. If mouse over the line, the line will not be selected. Is there any way to know that the line is mouse over and make the line selected?

  • You must to post comments
0
0

Update: Using SciChart v3.0 APIs

We now have a number of APIs which will allow you to do Hit-Testing operations, such as getting a notification of mouse-hover, mouse-click selection of a series.

Please see the following KB articles:

Hope this helps!

  • You must to post comments
0
0

Hi Sim,

We’re actually writing now some code to perform this interpolation for you for our next release. The new API will become:

// with interpolate = false, hit-tests data-points. With true, hit-tests the actual line (or area for Mountain, etc)
var hitTestResult = FastLineRenderableSeries.HitTest(Point pt, bool interpolate); 

This APi will then be used in our SeriesSelectionModifier to improve the selection on click of all series types.

How quickly do you need this feature?

  • sim
    • sim
    • 12 years ago
    Hi Andrew, I hope that by end of this Nov can receive this feature. However, this is not the top priority in the list. Thanks.
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies