来自 wcf 的 wpf 图表绑定数据
我在wpf中创建了饼图,需要将数据库中的数据绑定到wcf中的此饼图,如何在wcf中编写代码并将其绑定到wpf的此饼图。
我是 wpf 和 wcf 的新手。
任何人都可以帮我解决这个问题吗
i have created pie chart in wpf in need to bind data from database to this pie chart from wcf how to write code in the wcf and bind it to this pie chart of wpf.
i'm new to wpf and wcf.
Can any1 help me on this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您只需要从 wcf“绘制”数据,则应该公开 WCF 服务以返回包含这些数据的对象。
然后,这取决于您构建的饼图类型...您可以构建一个仅接收该对象并绘制它的饼图...因此您可以拥有一个带有该对象的 ViewModel 并将饼图绑定到它。
如果您需要更多具体帮助,请立即联系我。
If you only need to "paint" data from wcf you should expose a WCF service to return an object with these data.
Then it depends on the kind of pie chart you have build... you could build a pie chart that only receives this object and paints it... So you could have a ViewModel with this object and bind you pie chart to it.
Let me now if you need more especific help.