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
});
- Arun Surendran asked 2 years ago
- last edited 2 years ago
- You must login to post comments
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
- Michael Klishevich answered 2 years ago
- Hi Michael Klishevich, Thanks for the update. Its working fine now.
- You must login to post comments
Please login first to submit.