来自 wcf 的 wpf 图表绑定数据

发布于 2024-12-04 22:20:35 字数 116 浏览 2 评论 0原文

我在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疧_╮線 2024-12-11 22:20:35

如果您只需要从 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文