日期:2014-05-20  浏览次数:21065 次

Chart柱形图怎么在顶端显示值?
什么属性能控制显示值?还是用什么方法呢?

------解决方案--------------------
C# code
        Chart1.Series[0].IsValueShownAsLabel = true;//是否显示
        Chart1.Series[0].CustomProperties = "LabelStyle=Top";//显示位置,默认就是top