We’re adding data to a data series form a background thread. We noticed that on some hardware (especially notebooks) the sci chart surface is not updated. Only a window rezise forces an screen update.
We enabled sci chart logging and debugging, but we didn’t see any suspicious logging output.
The data are being added within a block like this:
using (dataSeries.SuspendUpdates)
{
dataSeries.Append(…)
}
The strange thing is, that the x-Axis labeling gets updated (range change), but dataSeries Content won’t be drawn on some machines (more often on notebooks)
Do you have any idea what could lead to this behaviour?
Thanks in advance!
Gerhard
- Gerhard Walz asked 3 years ago
- You must login to post comments
Hi Gerhard,
Thanks for your inquiry. I am sorry for not replying here.
Following your answer to the support question, the issue was fixed after the latest Windows 10 update.
We’re glad this issue is fixed now!
If you have any further questions please feel free to ask.
With best regards,
Oleksandr
- Oleksandr Shvets answered 3 years ago
- You must login to post comments
Please login first to submit.