Pre loader

Unsorted XValues autoRange is possible on SCI Chart?

0
0

Hi,
Unsorted xValues is possible on SCI Chart? I tried with dataIsSortedInX: false and isSorted: false on dataSeries, But its not showing the correct range.

eg:

 new XyDataSeries(wasmContext, {
        dataSeriesName: "Line Series",
        xValues: [0,10,20,13,54,15,26,17,18,19],
        yValues: [0,1,5,1,20,5,1,8,9,3],
    dataIsSortedInX: false
    });
Version
1.4.1598
Images
  • You must to post comments
0
0

Hi Arun.

Thank you for finding the bug, it turned out that get xRange() method on BaseDataSeries did not work correctly. We just released the fix scichart@1.4.1603

Best regards,
Michael

  • Arun Surendran
    Hi Michael Klishevich, Thanks for the update. Its working fine now.
  • 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