Hi,
I am getting an error for “Data has been Appended to a DataSeries which is unsorted in the X-Direction” and trying “to disable this warning and allow unsorted data, by seting DataSeries.AcceptsUnsortedData = true”. I am trying to place this is Data series but its not working. Can you please guide me where I can set this and it doesnot throw an error for unsorted data.
- Kinjal Patel asked 2 years ago
- You must login to post comments
Hi Kinjal
The error should be self explanatory.
SciChart warns you if you append unsorted data to a DataSeries for performance reasons.
If this is what you want to do (this is the intention), then you can disable the warning, by setting DataSeries.AcceptsUnsortedData = true
For more information about this warning, the reasons behind it, and how to optimise SciChart, please read our Data Performance Tips document here.
Best regards,
Andrew
- Andrew Burnett-Thompson answered 2 years ago
- You must login to post comments
Please login first to submit.