随笔分类 -  ASP.NET

摘要: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 阅读(462) 评论(0) 推荐(0)