↧
Overlapping Labels on a Pie Chart
When you first create a pie chart in Visual Studio, the result may look like this: That’s not very helpful so you’re going to need to show labels outside of the pie chart. The smart labels algorithm...
View ArticleCollect Small Slices on a Pie Chart
Picking up from near the end of a previous post on how to place labels outside the pie chart, you can collect small slices on a pie chart by calling a few of the “Collected” custom attributes. I think...
View ArticleDisplay Percentages on a Pie Chart
Building on a previous post about how to create a pie chart in ASP.NET, let’s look at how to display percentages on a pie chart. This is surprisingly difficult because it is unclear which chart...
View Article