摘要:
?//一定要先绑定UltraChart,如果先绑定,然后有点击图片导出,没有用的string fulPath="xxxx";this.UltraChartTScore.SaveTo(fulPath, System.Drawing.Imaging.ImageFormat.Jpeg);//这个是保存为图片的方法System.IO.FileInfo file = new System.IO.FileInfo(strFileFullPath);Response.Clear();Response.AddHeader("Content-Disposition", & 阅读全文
posted @ 2013-08-02 09:59
zhenpingwang
阅读(163)
评论(0)
推荐(0)
摘要:
http://www.cnblogs.com/kevin-h-wang/archive/2013/06/05/UltraChart.html1、柱状图上显示数值?//第一种方法this.UltraChartSScore.Data.ZeroAligned = true;this.UltraChartSScore.DataSource = dt.DefaultView;this.UltraChartSScore.DataBind();ChartTextAppearance text = new ChartTextAppearance();text.Column = -2;text.Row = -2 阅读全文
posted @ 2013-08-02 09:58
zhenpingwang
阅读(455)
评论(0)
推荐(0)
浙公网安备 33010602011771号