Pre loader

Zoom does not work properly for reverse lines

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

In FastLineRenderableSeries, when I draw lines that go backwards, zoom functionality does not work properly. When I zoom-in graph is not visible.
You can try with following x,y values
{x=2010, y=0.15} {x=100, y=0.15} {x=100, y=-0.15} {x=2010, y=-0.15} {x=2010, y=0.15}

  • You must to post comments
0
0

Hi Manish,

The reason for this is, our series expect data to be sorted in the X-Direction. This allows us to use a large array of performance optimisations when indexing and Iterating over data.

If you wish to draw data that goes back on itself, you will need to use UnsortedXyDataSeries<TX,TY>.

In the next major version of SciChart we will be removing this limitation by auto-detecting the type of data distribution that you have. However, sorted data will perform higher than unsorted.

Best regards,
Andrew

  • You must to post comments
Showing 1 result
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