SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
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
});
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
Please login first to submit.