what is the c code to draw a pie chart?
Asked by Kumar Abhishek on 22 December 2010 6:18:05 PM   
   
   
Add to Favourite
Share
3 Answers
  1. On 3 April 2011 7:27:53 PM Guest answered :

    /* Program to draw a pie chart */

    #include<graphics.h>
    #include<conio.h>

    int main()
    {
    int gd = DETECT, gm;
    int midx, midy;

    initgraph(&gd, &gm, "C:\\TC\\BGI");

    setcolor(MAGENTA);
    rectangle(0,40,639,450);
    settextstyle(SANS_SERIF_FONT,HORIZ_DIR,2);
    setcolor(WHITE);
    outtextxy(275,10,"Pie Chart");

    midx = getmaxx()/2;
    midy = getmaxy()/2;

    setfillstyle(LINE_FILL,BLUE);
    pieslice(midx, midy, 0, 75, 100);
    outtextxy(midx+100, midy - 75, "20.83%");

    setfillstyle(XHATCH_FILL,RED);
    pieslice(midx, midy, 75, 225, 100);
    outtextxy(midx-175, midy - 75, "41.67%");

    setfillstyle(WIDE_DOT_FILL,GREEN);
    pieslice(midx, midy, 225, 360, 100);
    outtextxy(midx+75, midy + 75, "37.50%");

    getch();
    return 0;
    }
    Comment for this AnswerComments (0)  Like this Answer (0)Dislike this Answer (0)   
  2. On 6 February 2012 11:11:18 PM Guest answered :

    Cancer Hospitals in India http://www.hospitalkhoj.com/cancer.htm
    Comment for this AnswerComments (0)  Like this Answer (0)Dislike this Answer (0)   
  3. On 25 March 2012 11:12:33 AM pankaj sankhala answered :

    Hi ,
    Your solution is there please visit this link and get more info about the colleges , admissions, fees and more.
    www.way2college.com/MBAPune.htm
    All the best
    Comment for this AnswerComments (0)  Like this Answer (0)Dislike this Answer (0)   

Answer this Question

2000 characters left
Similar Question
  1. What is a good website to learn English?
    Asked by: Kumar Abhishek   Asked on:
    Category:     Sub Category:    Answer Of this Question 2 Answers   
       
    Share

  2. what is artifical intellegence????
    Asked by: chintu740   Asked on:
    Category:     Sub Category:    Answer Of this Question 1 Answer   
       
    Share

  3. I CAN`T SEE WORKSEET IN WORKBOOK OF EXCEL HOW CAN I SEE IT AGAIN ?
    Asked by: MADAN SHARMA   Asked on:
    Category:     Sub Category:    Answer Of this Question 1 Answer   
       
    Share

  4. I spent my evening _____ television.
    Asked by: Guest   Asked on:
    Category:     Sub Category:    Answer Of this Question 2 Answers   
       
    Share

  5. how many alphabets r there in english?
    Asked by: Guest   Asked on:
    Category:     Sub Category:    Answer Of this Question 4 Answers   
       
    Share

  6. what is NEE.
    Asked by: M.P. Joshi   Asked on:
    Category:     Sub Category:    Answer Of this Question 2 Answers   
       
    Share

  7. what is numerical aperture
    Asked by: Guest   Asked on:
    Category:     Sub Category:    Answer Of this Question 3 Answers   
       
    Share

  8. bharat me ab tak kitne cr. ke ghotalo ka parda fash hua hai?
    Asked by: Tarun Kumar Srivastava   Asked on:
    Category:     Sub Category:    Answer Of this Question 1 Answer   
       
    Share

  9. how many times ghajni mahamad attacked india during ad 1000 to 1027?
    Asked by: Praveen Patil   Asked on:
    Category:     Sub Category:    Answer Of this Question 3 Answers   
       
    Share

  10. what is electronics
    Asked by: Guest   Asked on:
    Category:     Sub Category:    Answer Of this Question 2 Answers   
       
    Share

.