I'm using the ASP.NET Charting Toolkit (http://code.msdn.microsoft.com/mschart) and am wondering if there is a way to turn the labeling of the stacked chart to on. As a default, when I plot my data using the stacked chart, the values for each of the series do not show. I am hoping there is a property (that I don't know of) which can allow me to view the values for each of the series when the chart is rendered.

Thanks!

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I've found the property that needs to be modified:

in asp:Series you set a property called IsValueShownAsLabel to true.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.