图表控制小计标签 [英] Chart Control Subtotal Label

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

问题描述

这是我在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?

推荐答案

< asp:Series Name =" MC3" XValueMember = QUOT; LineName" YValueMembers = QUOT;持续时间" IsValueShownAsLabel = QUOT;真"颜色="深青绿" ChartType =" StackedColumn">

<asp:Series Name="MC3" XValueMember="LineName" YValueMembers="Duration" IsValueShownAsLabel="true" Color="DarkCyan" ChartType="StackedColumn">

将IsValueShownAsLabel属性设为true。

Make IsValueShownAsLabel property as true.


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

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆