开发者

Best Graphic Library to draw simple lines but with a lot of points which changes dynamically! (WPF)

开发者 https://www.devze.com 2023-02-03 10:40 出处:网络
I\'d like to know a library to draw graphics in WPF.. I\'d like to plot a line graph with a lot of points which increases at runtime..

I'd like to know a library to draw graphics in WPF..

I'd like to plot a line graph with a lot of points which increases at runtime.. I tried with DynamicDataDisplay, but it was very slow in my app...

开发者_运维知识库

So.. Can you suggest me a library / project to use to solve my problem?

Maaany thanks!


I'd suggest binding your data to a System.Windows.Shapes.Path using a converter, you just need to implement a notifying interface if points are added or removed to update the graph.
(Recently wrote a generic cartesian point array converter for this question)

0

精彩评论

暂无评论...
验证码 换一张
取 消