Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3590
XamDataChart with steplineseries need more efficient solution for xaxis
posted

Currently I use a CategoryDateTimeXAxis but in reading through some of the performance information it is recommended to use a categoryxaxis rather than the categorydatetimexaxis. The problem I am running into is that I am plotting several real time data channels that do arrive in order but the different channels may come in at different intervals and all the data sets need to be aligned by time.If I use categoryxaxis then distance of 5 seconds will look the same as 5 minutes. Also, the stepline series does not allow a numeric xaxis. Is there a suggestion on how to optimize the graphs a bit more? I need the ability to see 8 graphs containing 10 -15 series each all updating real time and at different rates. Right now, just looking at 2 puts me at 30 - 40% cpu.