Answered Pie chart point label as Percent

  • 17 Juli 2012 21:20
     
     

    Wait never mind I figured it out.

    Thank you very much

    EDIT:

    Now that I got that working, how can you display the percentage of each pie segment

    I want to display this line of code in their percentage forms on the pie...

    double[]    yValues = {65.62, 75.54, 60.45, 34.73, 85.42}; 

    Thank you


    Long Live The Republic


Semua Balasan

  • 18 Juli 2012 0:36
    Moderator
     
     Jawab

    Wait never mind I figured it out.

    Thank you very much

    EDIT:

    Now that I got that working, how can you display the percentage of each pie segment

    I want to display this line of code in their percentage forms on the pie...

    double[]    yValues = {65.62, 75.54, 60.45, 34.73, 85.42}; 

    Thank you


    Long Live The Republic


    see Alex's blog on using keywords

    http://blogs.msdn.com/b/alexgor/archive/2008/11/11/microsoft-chart-control-how-to-using-keywords.aspx

    “This forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.”

  • 18 Juli 2012 1:11
     
     
    Well thank you, I think somewhere in that post is the answer I'm looking for..

    Long Live The Republic