-
I use windows 11. Latest version of livecharts2. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Ok I think I'll make a system to add and remove points from the series, depending on the view. Or maybe have them downscaled in non-visible areas. Again I don't like this because points need to be sorted. Chart works smoothly with up to 5000 points which is not a lot. That processing when hovering with mouse over the chart needs to be addressed and how to eliminate cpu consumption especially if you don't need interactions with points. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Here is the video of the problem: If I leave points on the screen, the cpu consumption becomes intensive. If I let the points stack it becomes ok. I have no idea what's happening in the background but it's not good. |
Beta Was this translation helpful? Give feedback.
-
Ok I think I got it. You must set MetaData to nothing. visibleValues.RemoveAt(i) |
Beta Was this translation helpful? Give feedback.
Ok I think I got it. You must set MetaData to nothing.
visibleValues.RemoveAt(i)
p.MetaData = Nothing