✅ [SOLVED]Remove label overlaying pie chart
I want a solid pie chart where the text doesnt overlaying on pie chart at every colour...Unlike the following image..
In other words, I just want a solid pie chart with its color..
How do I do that programmatically?
17 Replies
Can you explain how this is C# related at all?
no offense but what an awful pie chart...
this is winform
forgot to mention
exactly, which is why I want to hide all text that overlay the chart pie
the pie char is going to be useless even without the text
there are segments on there that are basically invisible
What control in winforms?
and yeah, as ero said... this is just too many segments to display as a pie chart
the legend will have what, 200 entries? 😄
actually this pie contains many data, ofcourse its going to be ugly haha 😆
I dont know if that what you meant
..If it doesnt contain many data, it would look something like this
hahaha
anyway, how do I hide all the text from overlaying on chart area?
what control are you using?
chart
System.Windows.Forms.DataVisualization.Charting.Chart
?yup
chart.Series[i]["PieLabelStyle"] = "Disabled";
something like this?
no, more like exactly what I wrote
with
i
being your seriesohhhh
understood
thank you
$close
Use the
/close
command to mark a forum thread as answered