SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
If you have multiple axes it appears that the order given isn’t honored on the screen.
If signals A, B, C, D are inserted into a list (inserting each item at the zeroth index) the resulting list is D,C,B,A. The order of the list is ignored and order observed is incorrectly: A,B,C,D. The order of the series/y-axes should reflect the order of the list (not the order in which they were inserted).
The following example has been added which shows this. (Clicking “Insert Signal at beginning” multiple times).
Currently we are using a work-around for which any list change, all signals are removed and re-added in the desired order to get the desired result. This is quite slow and causes flickering and flashing of elements on the screen.
Its been 3 weeks since I’ve heard any response..
Hi Riley,
We are pleased to report this issue has been fixed in v5.0.1.11048 of SciChart.
You can get it from our NuGet feed, or if you are a source code customer, From Github.
https://support.scichart.com/index.php?/Knowledgebase/Article/View/17232/37/getting-nightly-builds-with-nuget
Thank you for reporting, and sorry again about the delay.
Best regards,
Andrew
Please login first to submit.