Charting control options for Silverlight for Windows Embedded

北城余情 提交于 2019-12-11 13:11:46

问题


I want to make a charting control for an embedded device using Silverlight for Windows Embedded. Currently i am planning to use line shape for drawing the graph.

My question is if its a good approach(performance wise) or should i look for other options. Or if any controls are available for SWE.

Thanks


回答1:


Silverlight is not a proper answer to drawing charts on an Windows Embedded Compact device. You should go for using (or creating) a native GDI element. If performance is very important (e.g. for a fast-updating chart), you might also consider DirectDraw.

The best way in a commercial project would probably be to use a readymade component, such as this one.

You can find somebody else's experiences and advice here for pointers to what to look for when doing this yourself. If you expand your post with more details about what you are actually trying to achieve, I might give you a more detailed response.




回答2:


The answer is stop using Silverlight, since Microsoft is abandoning the product. Do it in Flash—or better yet, use HTML5 and JavaScript.




回答3:


In recent windows embedded applications that use windows universal apps I would highly recommend oxyplot.

http://oxyplot.org/

These plots are the best I've found on the internet so far and very easy to use. Best of all they are free. You can get these using a NuGet Package manager which makes getting updates fairly simple.



来源:https://stackoverflow.com/questions/15774794/charting-control-options-for-silverlight-for-windows-embedded

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!