Silverlight 4.0:图表工具包 ItemSource
我正在将我的应用程序从 visifire 迁移到工具包。我是图表工具包的新手。
如果itemsource是PagedCollectionView类型,如何绑定图表数据?
正如我在此处所看到的,该示例是使用 KeyValuePair 的。真的只是键值对吗?
谢谢
Im migrating my application from visifire to toolkit. I am new to charting toolkit.
How to bind chart data if the itemsource is of type PagedCollectionView?
As I've seen here the example is by using KeyValuePair. Is it just really by keyvaluepair?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我将绑定到 PagedCollectionView 上的 SourceCollection 属性。这样,在您的 XAML 中,您可以显式指定要绑定到的对象上的属性...我认为这使得 XAML 更易于阅读且更易于维护。例如:
I would bind to the SourceCollection property on the PagedCollectionView. That way, in your XAML, you can explicitly specify the attributes on your object to bind to... That makes the XAML easier to read and easier to maintain in my opinion. For example: