Skip to main content

All Questions

Tagged with
-1 votes
1 answer
162 views

How can I add labels onto the pie pieces that are large enough to contain them, and alongside those that aren't?

I've got simple bogus data that generates this Excel Chart: This is the code: object misValue = System.Reflection.Missing.Value; //add data _xlSheet.Cells[11, 11] = ""; _xlSheet.Cells[11, 12] = "...
B. Clay Shannon-B. Crow Raven's user avatar
3 votes
1 answer
2k views

Draw pie chart from DataGridView with column name as series

I have a datagridview "regionVolumeTable" and a chart object "pieChart" in C# code with one row of data in the datagridview object and the layout like this DATE | NY | MA | CA | FL 3/1/13 ...
Queenian NY's user avatar
1 vote
2 answers
3k views

RDLC Pie chart, legend to show value from database

I have a .RDLC with one pie chart designed. The pie chart is used to display the slices of a service which we offer. We offer 3 levels of service - 1, 2 and 3. 1 = Office demo. 2 = Trial and 3 = ...
Andrew's user avatar
  • 11