开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜