本文介绍了图表控制小计标签的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我在excel中的图表,我在ASP.net 4.0的图表控件中复制它,如何获得每列的小计,如果没有这些标签,很难弄明白。

This is a chart I have in excel, I'm replicating it in the chart control for ASP.net 4.0, how do I get the subtotals per column, they are hard to figure out without those labels.

我突出了我有兴趣复制的标签。 如何使用图表控件完成此操作?

I've highlighted the label I'm interested in replicating.  How do I accomplish this with the chart control?

推荐答案

将IsValueShownAsLabel属性设为true。

Make IsValueShownAsLabel property as true.


这篇关于图表控制小计标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 09:04