CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2006
    Posts
    10

    chart with win api??

    hi,,,
    i am tying to write code for plotting values in a x-y plot...
    i am using the polyline function by drawing over a rectangle (as a background)..do u know any thing that might help using win32 API over this topic like tutorials, new functions, technics, etc..
    i also want to add a nice backgraound to the trend..showing the grid, values etc,,,
    help..?
    thanx

  2. #2
    Join Date
    Jan 2008
    Posts
    48

    Re: chart with win api??

    Chart control is included in Win32
    See one of the samples at the end of this thread (Win32 api)
    http://groups.google.fr/group/comp.o...=mschart+win32

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured