Hide labels in pie charts (MS Chart for .Net)
Posted
by grenade
on Stack Overflow
See other posts from Stack Overflow
or by grenade
Published on 2010-01-27T15:07:38Z
Indexed on
2010/06/02
10:34 UTC
Read the original article
Hit count: 283
I can't seem to find the property that controls visibility of labels in pie charts. I need to turn the labels off as the information is available in the legend.
Anyone know what property I can use in code behind?
I tried setting the series labels to nothing Chart1.Series[i].Label = string.Empty;
but the labels seem to show up anyway.
© Stack Overflow or respective owner