回复 1楼chenqian的帖子
chenqian 你好,
关于问题一,获取 DataGrid 单元格值问题可以通过以下方法获取:
- string a = this.grid[this.grid.CurrentRow.Index,1].Text;
复制代码
问题二,获取坐标轴的值,可以参考随机安装 Demo:MouseMarker,该示例做到显示和获取值分开设置。路径:C:\Users\用户名\Desktop\Chart\ChartSamples\Interaction
Silverlight 和 ASPX 页面之间的传值问题,可以到网上搜索些资源,推荐参考:http://www.silverlightchina.net/html/tips/2012/0103/13062.html |