Thread: MFC and a line graph in Visual C++

  1. #1
    Registered User
    Join Date
    Apr 2005
    Posts
    13

    MFC and a line graph in Visual C++

    Is there any quick-and-easy way to draw a simple line graph in a window if you have an array of points? (i.e., you have all your X and Y values, is there some simple function that can do a line graph (e.g., DrawLineGraph (hehe), or do you have to draw it "manually" with pDC and OnDraw).

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  3. #3
    Registered User
    Join Date
    Apr 2005
    Posts
    13
    i'll try that one, thanks.

Popular pages Recent additions subscribe to a feed