locoboy
locoboy

Reputation: 38920

ASP.NET Charting Value Labels

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!

Upvotes: 2

Views: 2191

Answers (1)

locoboy
locoboy

Reputation: 38920

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

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

Upvotes: 1

Related Questions