Pre loader

RolloverModifier with UnsortedXyDataSeries

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

Answered
2
0

hello

I have problems with RolloverModifier while dataseries are UnsortedXyDataSeries. If I change to (sorted)XyDataSeries everything OK. I didn’t find any information in documentation that this modifier has such restriction.
Second question about sorted series: does Append(x,y) of XyDataSeries require to be last point of x range or it can append to any place of existing range?

  • You must to post comments
Best Answer
2
0

Update June 2014

SciChart 3.0 has been released and UnsortedXyDataSeries is now obsolete. Now you can append sorted or unsorted data to XyDataSeries, the chart will automatically determine the data distribution (Sorted, Unsorted, Evenly Spaced, Unevely Spaced)

3. UnsortedXyDataSeries is now Obsolete

  • XyDataSeries now detects whether data is sorted or unsorted.
  • No need to specify if data is unsorted, however performance is still better if it is.
  • HitTest and resampling algorithms are changed accordingly.

However, note that vastly superior performance can be achieved when data is Sorted in the X-Direction. For more information, please see our Performance Tips and Tricks article.

  • You must to post comments
1
0

Hi there,

The hit-test functionality(which RolloverModifier relies upon) was implemented for the UnsortedXyDataSeries in SciChart v3.0. Please, check if you use the proper version.

Regarding the second question, the Append method adds a data point to the end of the DataSeries. If you need to insert points, please, try using the Insert/Remove methods. Is it applicable in your case?

Best regards,
Yuriy

  • sahon
    thank you for reply, v.3.0 is still beta. I would rather sort my data points to use sorted dataseries with rollover modifier.
  • Andrew Burnett-Thompson
    Quick point: its still in Beta because we didn't receive enough feedback because people don't want to try Beta software ;-) If you can try it and let us know if it works in SC3 we would be really grateful! Even if you don't use it for production code.
  • 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